PDA

View Full Version : Running Perl scripts under Microsoft IIS


retrocom
08-23-03, 01:52 PM
I am at a loss to understand how I can make useful the Perl scripts that I have, run under IIS. My host tells me that I don't need to put in a route to Perl in my code, but I don't really understand what they are telling me.

I am desperate to make my 'webadverts' banner hosting script run on IIS but keep getting errors about headers being returning incomplete info.

Is there a simple way to get this to work, or can anyone explain from start to finish, how or where to put scripts so that they run.

Thankyou in advance

retro!

Stealth
08-23-03, 02:27 PM
i have no idea why this applies to this forum

Shane
08-23-03, 02:43 PM
Good call. Moved to Perl forum.

Shane
08-23-03, 05:38 PM
ok, basically, you don't need the Perl path at the top of the script.

ie: #!/usr/bin/perl or #!/usr/local/bin/perl is not needed.