in reply to
Re: Re: Appending an array
in thread
Appending an array
The array part of it is exactly as
boo_radley
said above. If you want to accept cmd line arguments, then you want to look up
@ARGV in perlvar
and
getopt
.
Comment on
Re: Re: Re: Appending an array
In Section
Seekers of Perl Wisdom