Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    ...
            $a + $b;
        }
    }
    
  2. or download this
    perl.exe -d pm.919064.1.pl
    Default die handler restored.
    
    ...
      use O inhibit_exit to avoid stopping after program termination,
      h q, h R or h O to get additional info.
      DB<2> q
    
  3. or download this
    #!/usr/bin/perl --
    use strict;
    use warnings;
    ...
            my $b = $_[0] + 1;
        }
    }
    
  4. or download this
    perl.exe -d pm.919064.2.pl
    Default die handler restored.
    ...
      h q, h R or h O to get additional info.
      DB<2> q
    
  5. or download this
    #!/usr/bin/perl --
    use strict;
    use warnings;
    ...
        }
        sub DADA  { $a }
    }
    
  6. or download this
    perl.exe -d pm.919064.4.pl
    Default die handler restored.
    
    ...
      use O inhibit_exit to avoid stopping after program termination,
      h q, h R or h O to get additional info.
      DB<2> q