in reply to
Passing parameters to child script
You may want to change
\@ARGV[0]
to
$ARGV[0]
.
Comment on
Re: Passing parameters to child script
Replies are listed 'Best First'.
Re: Re: Passing parameters to child script
by
Anonymous Monk
on Apr 16, 2002 at 22:25 UTC
Yes - sorry - I meant that to be
\$ARGv[0]
.
However, the original question remains - how do I pass parameters to the child script ?
[reply]
[d/l]
In Section
Seekers of Perl Wisdom