chrisbragg
11-14-2003, 05:14 PM
Hello
Let's say I want to load the module [use CGI;]. How can I make a test that will let me know whether that module can load successfully or not?
Something like:
if (use CGI){print 'hurray';}
else{print 'sad face';}
... but something that actually works.
thank you!
Let's say I want to load the module [use CGI;]. How can I make a test that will let me know whether that module can load successfully or not?
Something like:
if (use CGI){print 'hurray';}
else{print 'sad face';}
... but something that actually works.
thank you!