@ARGV

in your example

$ARGV[0] will be abc
$ARGV[1] will be def 
...etc

Tor.

Mike wrote:
> 
> If a program calls a perl script as follows:  /tmp/perltest.pl abc def ghi
> jkl mno
> 
> Is there a variable which would contain the arguments?
> 
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to