- or download this
#!/usr/bin/perl -w
use strict;
...
print Foo::foo();
1;
- or download this
package Foo;
use AutoLoader 'AUTOLOAD'; # import the default AUTOLOAD subroutine
1;
- or download this
package Foo;
...
}
1;
- or download this
perl code.pl
tastes so good...