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

I'm trying to download the Net::Aim module of CPAN. I search and find it. But when I click on it it's just the documentation for the module. How do I get the real thing?

Replies are listed 'Best First'.
Re: Getting A module off CPAN
by cwest (Friar) on Jul 20, 2000 at 22:29 UTC
    Here you go.

    If you're going to install it too, look into using CPAN.pm... an example is:

    shell> perl -MCPAN -e 'install Net::AIM'
    Enjoy!
    --
    Casey
    
Re: Getting A module off CPAN
by maverick (Curate) on Jul 20, 2000 at 22:32 UTC
Re: Getting A module off CPAN
by young perlhopper (Scribe) on Jul 20, 2000 at 22:35 UTC
    search.cpan.org is much more friendly than www.cpan.org. And as above, make sure you install CPAN.pm first, it's a standard ./configure; make; make test; make install deal...

    you'll have to specify a bunch of config options, but nothing tricky.

    Cheers,
    Mark