Help for this page

Select Code to Download


  1. or download this
    { my $i;
    foreach (@array) {
        do_something_with($item, $i++);
    }}
    
  2. or download this
    printf " %2d.  '$color'\n", $idx;
    
  3. or download this
    printf " %2d.  '%s'\n", $idx, $color;