in reply to Re: Re: Re: Executing another script from a CGI
in thread Executing another script from a CGI

True ... true about not getting the output of the command, but it will get the return code (system) with some work. If you want capture STDOUT, you could also use the backticks (as described in th qx/STRING/ section of perlop).

-derby

  • Comment on Re: Re: Re: Re: Executing another script from a CGI