in reply to Re^2: Perl scripts wont run on Windows 2003 server
in thread Perl scripts wont run on Windows 2003 server
Well the "file not found" error implies that the URL to file mapping isn't working as you think it is. The URLs that you're giving for Perl programs aren't being translated to the paths that you think they are.
As for embedding Perl code into your HTML pages, that's not going to "just work". You need to set up some mechanism that supports that. Is this server side Perl (e.g. EmbPerl or Mason) or client side Perl (e.g. Perlscript)? How have you configured it to work? Does anyone else have similar pages working on the server?
Oh, and you haven't said which web server you are using. You mentioned that it's running on Windows 2003 so there's a good chance that you're using IIS. Have you considered using Apache instead?
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl scripts wont run on Windows 2003 server
by kevosull (Initiate) on Nov 22, 2005 at 12:53 UTC | |
by davorg (Chancellor) on Nov 22, 2005 at 13:00 UTC | |
by marto (Cardinal) on Nov 22, 2005 at 15:58 UTC | |
by kevosull (Initiate) on Nov 24, 2005 at 10:45 UTC |