in reply to Object Oriented Perl - very basic guide

There are some things wrong here and some other things that can be improved:

Celebrate Intellectual Diversity

Replies are listed 'Best First'.
Re^2: Object Oriented Perl - very basic guide
by Anonymous Monk on May 16, 2014 at 02:33 UTC

    Packages do not contain shebang lines.You don't run a package like you would a script and therefore that should not be in there.

    Sure they do :) a shebang line in a package hurts nothing