Help for this page

Select Code to Download


  1. or download this
    ##########################################
    #Perl file which shall use the "debugger"
    ...
    
    print "Does not work\n" if (not defined $_db);
    print "Is working fine\n";
    
  2. or download this
    ##########################################
    #Perl file myDebugger.pm
    ...
    }
    
    1;