Help for this page
my @rows = <$file_for_rows>; { ... push @rows, $rawData if (!$seen{$rawData}); } }