[Melbourne-pm] interesting apache outcome

Jacinta Richardson jarich at perltraining.com.au
Thu Aug 21 05:42:42 PDT 2008


I suspect that it's not finding the correct path to Perl.  Try changing your
shebang line from:

  #!/usr/bin/perl

to be:

  #!"C:\xampp\perl\bin\perl.exe" -w

and see if that helps.

If it doesn't, take a peek inside cgi.cgi or perltest.cgi and see what their
first line is and copy it to be the same.  Make sure that this line *is* the
first line in your file.

	J

PS:  This tip brought to you by the first hit from this search page:

http://www.google.com/search?q=couldn%27t+create+child+process&ie=utf-8&oe=utf-8&aq=t

The web is a great resource...

-- 
   ("`-''-/").___..--''"`-._          |  Jacinta Richardson         |
    `6_ 6  )   `-.  (     ).`-.__.`)  |  Perl Training Australia    |
    (_Y_.)'  ._   )  `._ `. ``-..-'   |      +61 3 9354 6001        |
  _..`--'_..-_/  /--'_.' ,'           | contact at perltraining.com.au |
 (il),-''  (li),'  ((!.-'             |   www.perltraining.com.au   |


More information about the Melbourne-pm mailing list