Help for this page

Select Code to Download


  1. or download this
    while (my($text_id,$text) = each(%hash2) ) {
          if ($text =~ $match)
    
  2. or download this
       my @text = values %hash2;
       my %reverse_hash2 = reverse %hash2;
    ...
               }
           }
       }