![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Path to scriptname in start_form()by weini (Friar) |
on Sep 15, 2003 at 07:20 UTC ( [id://291502]=perlquestion: print w/replies, xml ) | Need Help?? |
weini has asked for the wisdom of the Perl Monks concerning the following question:
Hi all, 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!
Back to
Seekers of Perl Wisdom
|
|