August 20th, 2000, 05:56 PM
-
August 21st, 2000, 11:58 AM
-
HTML::Entities::encode_entities($url);
August 21st, 2000, 01:03 PM
-
Yeah, I found quite a lot of ways doing that!
Thanks anyway.
Some are:
CGI::EnURL
URI::Escape
& write your own subs
oh, and what Chris told me

------------------
http://new.123finder.com/ - Helps you find cool domains for FREE & Registers it for only $14.95/yr
http://www.guideclick.com/ - Qualified webmaster resources (affiliate programs, web design, tips)
------
Son
August 22nd, 2000, 06:14 AM
-
Actually, what I told you was wrong. :-) HTML::Entities is used to encode things like < to < My mistake, sorry. You do want to be using URI::Escape::uri_escape or the equivalent (better to use that than to roll your own in the ever-changing world of web standards).