package Some::Module; my @urls; sub new { my $class = shift; my @urls = @_ if @_; bless {}, $class; } ##### main file : use Some::Module; $s = Some::Module->new("http://www.perlmonks.org");
In reply to Re: Reading and capturing the import list
by bobn
in thread Reading and capturing the import list
by jacques
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |