Re: [PHP] Extern Executions (Perl)

2005-04-08 Thread Andy Pieters
HI Suggestion 1: configure apache to parse files with php extension thru php binary Suggestion 2: place a shebang on the start of the php file like #! /usr/bin/php Suggestion 3: rewrite your script and have the php script call the perl ;-) Tada Andy On Friday 08 April 2005 07:

[PHP] Extern Executions (Perl)

2005-04-07 Thread Eli
Hi, It seems more like a problem in Perl than PHP.. so sorry if this is asked in the wrong list, but I believe there are also Perl gurus among the list members.. ;) I have a perl script which from it I externally execute a PHP script with some parameters. When running the perl program throu uni