in reply to Re: ActivePerl 5.8 breaks PPM scripts?in thread ActivePerl 5.8 breaks PPM scripts?
do_ppm("Date-Calc"); ... sub do_ppm { my $what = shift; print "Installing $what...\n"; PPM:InstallPackage("package"=>$what); print "...installed.\n"; } [download]