in reply to Should I download Modern::Perl

Whenever somebody mentions a module, searching CPAN or searching Google are good approaches to finding it.

Replies are listed 'Best First'.
Re^2: Should I download Modern::Perl
by prasaduco (Initiate) on Jun 07, 2011 at 08:56 UTC

    I downloaded Modern from CPAN, now I have downlioaded it to the folder where is tore my programs? or should i store it somewhere else?

      Usually, either your OS package manager, or if you're using a private Perl (as recommended), your CPAN client (commonly launched via cpan or cpanm) download, compile and install modules for you. See for example Yes, even you can use CPAN. If you want to install the module manually, see the README file included with Modern::Perl.