Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Should I download Modern::Perl

by prasaduco (Initiate)
on Jun 07, 2011 at 08:36 UTC ( [id://908423]=perlquestion: print w/replies, xml ) Need Help??

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

Hi, I was advised by some users to use Modern::Perl in my scripts. Is Modern::Perl downloadable? if so how and where? which directory should I download it to? because the code that i used

#!/usr/bin/perl use Modern::Perl; @wt = (1,2,3,4); print $wt[2], "\n";

gave the following result on the dos prompt of windows 7 and Perl 5.1.10

C:\strawberry\perl\programs>perl pArraymodern.plx Can't locate Modern/Perl.pm in @INC (@INC contains: C:/strawber rawberry/perl/site/lib C:\strawberry\perl\vendor\lib .) at pArr 4. BEGIN failed--compilation aborted at pArraymodern.plx line 4.

Replies are listed 'Best First'.
Re: Should I download Modern::Perl
by dHarry (Abbot) on Jun 07, 2011 at 08:41 UTC

    Is Modern::Perl downloadable?

    Yes you can download it from CPAN.

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

        Delete the file you downloaded and type

        cpan Modern::Perl

        at a command prompt.

Re: Should I download Modern::Perl
by Corion (Patriarch) on Jun 07, 2011 at 08:43 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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://908423]
Approved by bingos
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-24 23:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found