in reply to hash of arrays
It is because of ^M characters. See
outputcat -ev yourfile
Try adding after first chomp:
s/^M//g;
To write ^M in vim : CTRL-v CTRL-M
Or use dos2unix tool ..
Regards,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: hash of arrays
by Anonymous Monk on Oct 26, 2011 at 10:00 UTC |