Bugorr has asked for the wisdom of the Perl Monks concerning the following question:
Unfortunately I can not get this to work.<? echo "HELLO WORLD!"; exec("/usr/bin/sudo perl /usr/local/door/web/ftp.pl", $out, $err); /* if($err){ echo $err; print_r( $out ); } */ ?> ~
2005-09-29 Edit by castaway - retitled
Original title: 'PHP && PERL'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Execute a perl program from a php web page
by Happy-the-monk (Canon) on Sep 27, 2005 at 21:32 UTC | |
|
Re: Execute a perl program from a php web page
by injunjoel (Priest) on Sep 27, 2005 at 21:27 UTC | |
|
Re: Execute a perl program from a php web page
by aufflick (Deacon) on Sep 28, 2005 at 00:12 UTC | |
|
Re: Execute a perl program from a php web page
by Errto (Vicar) on Sep 27, 2005 at 22:51 UTC | |
|
Re: Execute a perl program from a php web page
by sh1tn (Priest) on Sep 27, 2005 at 21:45 UTC |