Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Experience with ActivePerl 5.10 vs. 5.8 PPM incompability

by Not_a_Number (Prior)
on Jan 06, 2008 at 19:17 UTC ( [id://660681]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $fh, '<', 'C:/my_modules.txt' or die "Oops: $!\n";
    while ( <$fh> ) {
      chomp;
      print "Installing $_...\n";
      system ( "ppm", "install", $_ );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-24 11:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found