Help for this page
while (<CHANGES>) { chomp; ... $changes{$file} = [$info]; } }
while (<DATA>) { chomp; ... print "$_\n"; } }