Help for this page

Select Code to Download


  1. or download this
    @theseWords = keys %Line;
    @theseWords = sort @theseWords;
    foreach $word ( @theseWords ) {
    
  2. or download this
    foreach my $word ( sort keys @theseWords) {