package MyPackage; sub import { my $class = shift; print "args: @_\n"; } 1; package Main; use MyPackage qw(arg1 arg2);
In reply to Re: package parameters
by Golo
in thread package parameters
by jeteve
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |