Help for this page

Select Code to Download


  1. or download this
    print "foo \n" if $bar > 3;
    
  2. or download this
    for(my $I=0;$I<10;$I++) { print "foo \n" if $bar > 10 }