Re: executing a .cgi script (passing some arguments) through php

2004-12-22 Thread JupiterHost.Net
Exactly, i am forced to do that :) bummer :) I'd say search on php.net for "system". Executing perl in PHP would be the same as executing a C program or Python or Java, etc... So its not really a Perl question -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: executing a .cgi script (passing some arguments) through php

2004-12-22 Thread John
- Original Message - From: "JupiterHost.Net" <[EMAIL PROTECTED]> To: "Perl Beginners" Sent: Wednesday, December 22, 2004 5:32 PM Subject: Re: executing a .cgi script (passing some arguments) through php > > > John wrote: > > > Has anyone tr

Re: executing a .cgi script (passing some arguments) through php

2004-12-22 Thread JupiterHost.Net
John wrote: Has anyone tried that? Hmm, No I haven't . have you? My question would be "why"? Its kind of like driving a king around in a Pinto. Why use crappy old PHP to execute Perl to do the real work? Just use Perl instead of PHP . Assuming you're being forced at gun point to do it that wa

executing a .cgi script (passing some arguments) through php

2004-12-22 Thread John
Has anyone tried that?