in reply to Passing parameters to child script

You may want to change \@ARGV[0] to $ARGV[0].

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 ?