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