Was this what you were looking for?
Or were you looking for information about how to encode URLs in your
scripts?
If you want to encode URLs in Javascript, use the built in
escape() and unescape() functions. For an example of this, look at
the source of this document.
To encode URLs in Perl scripts, i suggest using the URI::Escape
module. Check it out in Perl Documentation here.
|