Help for this page

Select Code to Download


  1. or download this
    picturesque liar
    fight nor fly
    ...
    apple pie
    good afternoon
    seven levels
    
  2. or download this
    many hardships
    love life
    apple pie
    a million dollars
    this year
    
  3. or download this
    #!/usr/bin/perl
    open(INP, '<', $ARGV[0]);
    ...
        (exists $query{$item}) ? ($query{$item}=$query{$item}+1) : ($query
    +{$item}=1);
    }
    print join("\n", (sort {$query{$b}<=>$query{$a}} (keys %query))[0..4])
    +."\n";