in reply to Re: execution of a perl scriptin thread execution of a perl script
use CPAN; use CPAN::Shell; for(qw/Tie::File Foo Bar/) { CPAN::Shell->install( $_ ); } [download]