in reply to Re: checking for all packages
in thread checking for all packages
thenuse Net::IP; use Net::CIDR; use List::BinarySearch;
But this will fail on the 1st missing module and not check the next 2. I am hoping there is a 'pattern' or typical usage with 'eval', a 'foreach' and a list of module names.$rc = `perl -c /tmp/perltest.pl`;
It is always better to have seen your target for yourself, rather than depend upon someone else's description.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: checking for all packages
by aitap (Curate) on May 16, 2014 at 19:54 UTC | |
|
Re^3: checking for all packages
by vinoth.ree (Monsignor) on May 16, 2014 at 19:49 UTC |