Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       $longest = $1  if $seen{$1}++ && length $1 > length $longest;
    }
    print $longest,$/;
    
  2. or download this
    The cat jumped over the dog.