Help for this page

Select Code to Download


  1. or download this
    $ cat debugger.pl
    use strict;
    ...
    } else {
        say "something else";
    }
    
  2. or download this
    $ perl -d debugger.pl 4
    
    ...
    Debugged program terminated.  Use q to quit or R to restart,
      use o inhibit_exit to avoid stopping after program termination,
      h q, h R or h o to get additional info.