Win has asked for the wisdom of the Perl Monks concerning the following question:
and in addition pass a variable to the program Run_this.pl. This variable needs to be a two or three letter string. The program Run_this.pl needs to be able to pick up this variable and use it. I’m assuming that I need to use an @ARGV in the Run_this.pl program.system q[ start /b /wait /low perl C:/Perl_activate/Run_this.pl] or pr +int STDERR "couldn't exec the perl program: $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: command-line arguments and @ARGV
by davorg (Chancellor) on Jan 30, 2007 at 11:33 UTC | |
by shmem (Chancellor) on Jan 30, 2007 at 12:20 UTC | |
| |
|
Re: command-line arguments and @ARGV
by glasswalk3r (Friar) on Jan 30, 2007 at 11:40 UTC |