![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: Invoking a cgi script from another cgi script using system()by Anonymous Monk |
on Dec 31, 2014 at 22:50 UTC ( #1111872=note: print w/replies, xml ) | Need Help?? |
you have to read the source for the CGI.pm module , someone may have edited it to enable/disable @ARGV processing Although, if your cgi program consisted of
then you wouldn't have to use system to call your cgi program, you could use MyApp .... regular perl programming
In Section
Seekers of Perl Wisdom
|
|