Help for this page

Select Code to Download


  1. or download this
    my $n = 0;
    foreach (@array) {
    ...
        print "." if !($n++ % 3);
    }
    print "\n";