Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    }
    
    print "$i\n"; # prints "7" instead
    
  2. or download this
    use strict;
    
    ...
    }
    
    print "$i\n"; # still prints "7"