Scott Taylor wrote:
> Joshua Colson said:
> 
>>Scott,
>>
>>You're trying to use an ampersand in your URL. Ampersands are special
>>characters in URLs so you must escape it if you want it to be passed as
>>the actual character instead of carrying the special meaning.
>>
>>See http://www.december.com/html/spec/esccodes.html
> 
> 
> As I said, I know that much, just how to do it using the CGI.pm or maybe
> some other module maybe?
> 
> --
> Scott
> 

The common module provided for this task is URI::Escape, it is commonly
installed or available from CPAN.  Just to prevent you from needing to
look you will probably eventually need HTML::Entities too.

Good luck,

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to