what is local path to perl ?

They have: 93 posts

Joined: Dec 2001

Hi,
I am using foxserve to run php, MySQL & perl locally, mainly for running and testing php scripts. As perl is also running locally I thought I would try to get a couple of scripts running but I don't know the correct way to write the path to perl when it is running locally.
perl is located in c:\foxserve\perl\
(what perl file should I be aiming at?)

my local www directory is c:\foxserve\www\

Thanks

Mika

They have: 601 posts

Joined: Nov 2001

You'r path to perl (the 'shebang' line - the very first line of your script) should read:

#!c:\foxserve\perl\

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.