Topic awaiting preservation: Need a little help here |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: in your head |
posted 05-29-2002 10:00
Here is the situation. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 05-29-2002 10:26
You have habbit of posting everything in the Ozones forum with extremely general topic names don't you Ducati? |
Paranoid (IV) Inmate From: in your head |
posted 05-29-2002 11:34
|
Maniac (V) Inmate From: under the bed |
posted 05-29-2002 17:26 |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-29-2002 21:30
This topic really belongs to Server-Side Scripting board (and I'm moving it there). Ducati, please in future try to post in the right board. |
Paranoid (IV) Inmate From: in your head |
posted 05-30-2002 12:17
ok.. got a problem with this form thing.. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-30-2002 21:28
Usage of shebang line (the first #! line) under Windows is different from Unix. It also depends on which web server you use (Apache or IIS) and how it's configured. So, I would suggest you to take a look at the following link: |
Paranoid (IV) Inmate From: in your head |
posted 05-31-2002 15:38
Mr.Max thanks for the link |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-31-2002 20:32
Since web server is IIS, shebang line won't do a thing. You should try renaming the script so that it ends with ".pl" extension, which should be associated with PERL (IIS uses information from Windows registry to find out what to do with the file, for example - when you click on .doc file MS Word will start). You should also place the script in a folder that has "Execute" attribute set in IIS. |