Help for this page

Select Code to Download


  1. or download this
    my $counter:loopcounter; # automatically used for all loops in the inn
    +ermost scope
    print "$_ at index $counter\n" for @x;
    print "$_\n" for @y;
    print "\@x and \@y had $counter total elements\n";