Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

scripting a perl install on *nix, including making the workstation usable

by Aldebaran (Curate)
on Feb 11, 2020 at 21:59 UTC ( [id://11112821]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ cat 1.list.cpan |perl -lpe "s{^}{requires '};s{$}{', 'undef';};" >cp
    +anfile
    $ cat cpanfile
    requires 'App::cpanminus', 'undef';
    ...
    requires 'Perl::Tidy', 'undef';
    requires 'YAML', 'undef';
    $
    
  2. or download this
    $ ./3.cpan_dir.sh 
    mkdir: cannot create directory ‘logs’: File exists
    ...
    duration=298
    Tue Feb 11 12:37:58 PST 2020
    $
    
  3. or download this
    #!/usr/bin/perl -w
    use 5.016;
    use ExtUtils::Installed;
    ...
          print $module . "\n";
    }
    __END__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found