in reply to Re^2: Hash from a file
in thread Hash from a file
However, if what you want is the former then you can join back @description separated by, for example, spaces. This also replaces tabs with single spaces. From toolic's code:
my ($id, @description) = split; $hash{$id} = [join ' ', @description];
Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!
|
|---|