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 Ge
-Original Message-
From: Carlos Mantero [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 26, 2005 12:53 PM
To: Beginners Perl
Subject: Arguments in a program
Hi folks! I'm really new with perl, but I practice making little
programs or scripts. However, today I need a program that accepts m