Help for this page
for my $title { print $title , " => ", find_year($title), "\n"; }
while( <...>) { ... ... print $title , " => ", find_year($title), "\n"; };