Help for this page
# Use strict and warnings, etc # Read the file and hash it ... print join "\t", ($_, @{ $data{$_} }); # Assuming you want them tab +seperated print "\n"; }