basicdez has asked for the wisdom of the Perl Monks concerning the following question:
Here is the line I am trying, but it is not working...
Please help me if you can? </code>my ( $arg1 , $arg2, $arg3 ) = @_; #To read parameters system ("test.pl $number $name $type"); #To send them
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Reading in parameters
by derby (Abbot) on Mar 13, 2002 at 12:55 UTC | |
Re: Reading in parameters
by ChOas (Curate) on Mar 13, 2002 at 12:58 UTC | |
Re: Reading in parameters
by PrimeLord (Pilgrim) on Mar 13, 2002 at 14:57 UTC |