Help for this page

Select Code to Download


  1. or download this
    my (%hash);
    
    ...
    
    foreach my $sorted_url ( reverse sort { $hash{$a}->{'hits'} <=> $hash{
    +$b}->{'hits'} } keys %hash){
            print $sorted_url, " has got ", ${hash}{$sorted_url}{hits}, " 
    +hits \n";
    
  2. or download this
    # -|print_topic|------------------------------------------------------
    +---------
    # Pre : t_topic
    ...
        close INFILE;     
     }