Help for this page

Select Code to Download


  1. or download this
    package DEBUGGER;
    
    ...
    
      __PACKAGE__->export_to_level(1);
    }
    
  2. or download this
    use strict;
    use DEBUGGER (
    ...
    # and debug_level is set to 2
    break_if $x < 5, 2;
    print "exiting...\n";