I tested it on my machine and it seems to work fine but my problem is that I’m not sure where the perl interpreter is located on the server, for my perl scripts to work.
I’ve tried this as the first line…
#!/usr/local/bin/perl
…to run the Perl interpreter, but it doesn’t seem to work.. I’ve also read that you can type ‘which perl’ to find where the Perl interpreter is located. But that’s the Unix command, and I’m using win2000 server. I understand that the first line basically tell the script the directory location of the perl interpreter. Is there other ways/tests I can do to find this location?????
I’m thinking of phoning up the web hosting company for my web site, to ask them… I’m guessing that they should know??? Anyone got any thought on this???
Thank for any help!