Help for this page

Select Code to Download


  1. or download this
    foreach $k(sort {$match{$a}<=>$match{$b}} keys %match}
    
    I get an error, "Can't use "my $b" in sort comparison at D:\db\New\est
    +_keywords.pl line 41."
    
  2. or download this
        foreach $word(sort byval keys %match)
        {
    ...
    {
        return $match{$b} <=> $match{$a};
    }