Help for this page

Select Code to Download


  1. or download this
    my $i;
    my @ar = 0 .. 10;
    ...
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
            if ( $ctr == $_[0]) { $ctr = 0 } else { no warnings; next }
        }
    }