Help for this page

Select Code to Download


  1. or download this
    for my $foo (@bar) {
      {
    ...
      }
      action_fallthough();
    }
    
  2. or download this
    for (1..10) {
        print "$_ is an ";
        {
    ...
        
        print "integer\n";
    }