Help for this page
my $MODULE_WAS_LOADED = eval "require 'bar.pl'"; print "Debug: MODULE_WAS_LOADED=$MODULE_WAS_LOADED\n";
# ... module code here ... ... value is simply whatever the last statement in the module evaluates to. Whatever the case, I'd prefer it not polluting my debug output." #EOF