Help for this page

Select Code to Download


  1. or download this
    my ($rand,%seen,@files);
    my $number=shift || 15;
    ...
      }
      redo;
    }
    
  2. or download this
    my @files = <elmo*.txt>;
    
    ...
      map  {[$_, $_ >= $high ? $_-10000 : $_]} @files) {
      print "Parsing elmo$_.txt\n";
    }