Help for this page

Select Code to Download


  1. or download this
    our $DoDebug = 1 ;
    
    ...
          say "Variable $varName is not defined";
      }
    }
    
  2. or download this
      ...
      if ( defined $Main::VerboseLogging) {
    ...
      if (defined BlackList::){
        # the Blacklist.pm package is loaded as well
      }