in reply to
checking for all packages
my @missing_modules = map { $_->[0] } grep { ! $_->[1] } map { [$_, eval "require $_"] } @wanted_modules;
Comment on
Re: checking for all packages
Download
Code
In Section
Seekers of Perl Wisdom