Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    for my $c (1..1000) {
        $onto{'PROBLEM'}{'mappings'} = "foo" if $c == 99;
    }
    
  2. or download this
    $ perl -d watchpoint-test.pl
    
    ...
      use o inhibit_exit to avoid stopping after program termination,
      h q, h R or h o to get additional info.
      DB<3> q