Re: URL encoding and decoding in submitting form

2001-07-19 Thread Jos I. Boumans
1: Do NOT send 'high priority' mails to this list. Your problem isn't any more important, interesting or special then anyone else's here. It's also a recipe to get, at least myself, rather agitated. 2: there's a list specifically for cgi problems, as you can read on learn.perl.org I suggest you s

URL encoding and decoding in submitting form

2001-07-18 Thread Lee, John
Hi everyone, I have just begun to code webpages using Perl and CGI.pm (by Lincoln Stein) not too long ago and I am encountering this problem. Basically, on one webpage, there is a link which passes data as part of the url like the one below: http://mysite/test.cgi?field1=abc&field2=def ghi As