|
|
| "be consistent" | |
| PerlMonks |
Re: Re: Best way to check for installed moduleby extremely (Priest) |
| on Apr 04, 2002 at 20:40 UTC ( #156762=note: print w/ replies, xml ) | Need Help?? |
|
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... --
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||