Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        $y++;
        $x -= $y;
    }
    
  2. or download this
      DB<3> a 6 print ("\$y $y\n")
      DB<4> n
      DB<4> 
    ...
        DB::DB called at test.pl line 5
    $y 
      DB<4>