weini has asked for the wisdom of the Perl Monks concerning the following question:
I am not programming very often, so sorry for a dumb question ...
Using CGI.pm I create a form with the functions start_form() and end_form() - no problem here. The default parameters are allright for me.
My problem is that running the script on one webserver I get the right action="/~myname/cgi-bin/myscript.pl" while on another server it's changed to action="%2Fcgi-bin%2Fmyscript.pl" which causes an error in executing.
How can I make sure that the slashes are NOT converted to "%2F"?
Any clues? Thank you!
Weini
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Path to scriptname in start_form()
by PodMaster (Abbot) on Sep 15, 2003 at 07:29 UTC | |
by merlyn (Sage) on Sep 15, 2003 at 18:24 UTC | |
by weini (Friar) on Sep 15, 2003 at 11:55 UTC |