NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node was taken out by the NodeReaper on Wed Jun 8 23:19:21 2005 GMT

Replies are listed 'Best First'.
Re: Arrrgghhh ... I'm stumped
by thundergnat (Deacon) on Jun 08, 2005 at 22:28 UTC

    Why is the second script NOT picking up the parameters it gets passed from the system line in the first script

    Apparantly because you never access the @ARGV array in the second script to retrieve the command line parameters.