
August 22nd, 2000, 06:14 AM
|
|
Contributing User
|
|
Join Date: Aug 2000
Posts: 81
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
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).
|