in reply to Re^2: output using map
in thread output using map
I chomped the input lines and added back in a platform specific line ending in the print because in general, I don't store line endings in data structures because I strive for multi-platform code.
Yes, foreach (keys %first_file) {} could be: foreach (sort keys %first_file) {}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: output using map
by Anonymous Monk on Mar 07, 2020 at 06:57 UTC |