Help for this page

Select Code to Download


  1. or download this
    #file: Bar.pm
    packge Foo;
    sub yada { print "...\n" };
    __END__
    perl -MBar -e "Foo::yada()"