http://qs1969.pair.com?node_id=246242

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Can anyone tell me where I could download this module? Thank you!!!! Tried everywhere but all could find was instructions and not the module it self.

Replies are listed 'Best First'.
•Re: URI::URL
by merlyn (Sage) on Mar 27, 2003 at 15:10 UTC
    Be aware...
    DESCRIPTION This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the lib- www-perl library.
    If you're writing new code, use URI.

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.

Re: URI::URL
by zakb (Pilgrim) on Mar 27, 2003 at 15:00 UTC

    Unix etc:

    perl -MCPAN -e shell install URI::URL

    Windows (Activestate):

    ppm install URI-URL # or maybe URI::URL depending on ppm version?

    Notes: not tested, from memory.

Re: URI::URL
by zby (Vicar) on Mar 27, 2003 at 15:05 UTC
Re: URI::URL
by talexb (Chancellor) on Mar 27, 2003 at 16:14 UTC

    Amazingly enough, this shows CPAN as its first result.

    Google is your friend.

    --t. alex
    Life is short: get busy!