Help for this page

Select Code to Download


  1. or download this
    sub count_maker {
        my $count = shift;
    ...
    4
    5
    1
    
  2. or download this
    for (0..9) {
        my $count = 3; # just to prove a point
    ...
    }
    __OUTPUT__
    0123456789