Help for this page

Select Code to Download


  1. or download this
    use strict;
    ### this code contains an error
    ...
         $i++, $j++) {
        print "i=$i j=$j hello!\n";
    }
    
  2. or download this
         my $j = $i + 100;