in reply to Re: How to use cgi param() to read unescaped url parameters
in thread How to use cgi param() to read unescaped url parameters

My problem is that i send an email with this link : http://bhmk.com/cgi-bin/testcgiparm.pl?file=test;foo=2848 When i open the mail at thunderbird it works, when i open the mail at hotmail (chrome) it makes it http://bhmk.com/cgi-bin/testcgiparm.pl?file=test%3bfoo=2848 and then it doesn't work !!
  • Comment on Re^2: How to use cgi param() to read unescaped url parameters

Replies are listed 'Best First'.
Re^3: How to use cgi param() to read unescaped url parameters
by marinersk (Priest) on Nov 01, 2013 at 14:19 UTC
    Just for kicks, try sending it with the ampersand instead of the semicolon and see what happens.