Language Basics Perl

package Nothing;
    sub doNothing
    {
       print "This package does nothing!\n";
    }
    1;