in reply to How to install URI::Escape 3.30

Do you mean URI::Escape or URI::Escape::XS? The former is part of URI, which shouldn't require a complicated installation (no non-Perl parts). The latter is obviously more complicated as it requires compilation of XS. URI should be available like ActivePerl's PPM, not sure about the other.

Update: missed the version number. Yeah, you may need to compile URI::Escape::XS, but is it necessary, have you profiled your code, is URI::Escape a significant bottleneck.

Replies are listed 'Best First'.
Re^2: How to install URI::Escape 3.30
by BourneID (Initiate) on Sep 06, 2010 at 04:19 UTC
    I want to update the URI::Escape. Now the URI::Escape version in my perl is 3.29,but I want to update it to 3.30, how to do so, thanks!