in reply to Re^2: Check if module is installed
in thread Check if module is installed
eval "use Some::Module 94.5"; if($@) { print "Oh noes, it's not installed!\n"; } else { ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Check if module is installed
by JavaFan (Canon) on Nov 16, 2009 at 11:46 UTC | |
by DrHyde (Prior) on Nov 17, 2009 at 10:36 UTC |