Help for this page

Select Code to Download


  1. or download this
    my $count = 0;
    print "entering loop with count=$count\n";
    ...
        print "count is now $count\n";
    }
    print "exited loop with count=$count\n";