Help for this page

Select Code to Download


  1. or download this
    my $MODULE_WAS_LOADED = eval "require 'bar.pl'";
    print "Debug: MODULE_WAS_LOADED=$MODULE_WAS_LOADED\n";
    
  2. or download this
    # ... 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