Help for this page
$seen{$item}{count}++ # to increment the Count push @urls, $item unless $seen{$item} $seen{$item}++ # To store the url
@urls = ( { url => 'http://www.url.com', title => 'The secret to Perl', ... count => '2' );