eval { require Some::Module; }; if ($@) { print "Can't find Some::Module\n"; } [download]
In reply to Re: Testing for a module's presence by rlb3 in thread Testing for a module's presence by Anonymous Monk