Help for this page
Select Code to Download
Select
or
download this
my %byFile = map { reverse split } <DATA>;
Select
or
download this
print map {"$_\t=>$byFile{$_}\n"} keys %byFile;