Help for this page

Select Code to Download


  1. or download this
    foreach my $foo (@bar) count $c {
       print $c . "-> " . $foo;
    }
    
  2. or download this
    foreach my $foo (@bar) counting $c {
       print $c . "-> " . $foo;
    }