eval { require 'cgi-lib.pl'; }; if ($@) { print qq{Content-type: text/plain\n\n}; print qq{ I've goofed trying to find cgi-lib.pl! $@ }; }