Help for this page

Select Code to Download


  1. or download this
    my @src = 'a' .. 'zz';
    my $count = 0;
    ...
      $count += @cur;
      last if $count >= 40;
    }