keiusui has asked for the wisdom of the Perl Monks concerning the following question:
Does anyone know how to call a Perl script from another Perl script, with parameters, on a web server?
For example, I tried:
system("perl /path/to/scipt.pl?parameter=xyz");
But the paramater does not get passed.
Any ideas?
Thank you!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: call a Perl script from another Perl script, server-side, with parameters
by merlyn (Sage) on Dec 27, 2009 at 03:45 UTC | |
by Anonymous Monk on Dec 27, 2009 at 05:38 UTC | |
|
Re: call a Perl script from another Perl script, server-side, with parameters
by bobr (Monk) on Dec 27, 2009 at 12:13 UTC |