in reply to Re: Best way to check for installed module
in thread Best way to check for installed module

The block form may be safe with require but don't fall into that trap and use the block form with "use Module"; since the perl compiler will spot the use xxx long before the wrapping code is actually executed...

--
$you = new YOU;
honk() if $you->love(perl)

  • Comment on Re: Re: Best way to check for installed module