in reply to Help on URlencoding

Do you want to check for URLencoding, or that the string is a valid URL (or URI)?

Data::Validate::URI can be used to validate URIs of various sorts.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: Help on URlencoding
by naveenkabra (Initiate) on Jun 21, 2006 at 07:02 UTC
    Hi, how can i download this Data::Validate::URI module and where i need too put it.

      Either use CPAN if you are on a *nix system, or ppm if you use Windows and have ActiveState Perl installed. See the Tutorials section Installing Modules.


      DWIM is Perl's answer to Gödel