On 26 Mar, Carlos Mantero wrote: > However, today I need a program that accepts many > arguments but I've tryied to make for myself but it's impossible.
Global arguments usually reside in @ARGV; parsing @ARGV "manually" is unnecessary and awkward in most cases. Instead, you may consider using Getopt::Long on http://search.cpan.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>