in reply to hashes
my %hash # lets assume this already has stuff in it { my %tmp_hash = map /(\S+)\s+(.*)/, <FILE>; @hash{ keys %tmp_hash } = @tmp_hash{ keys %tmp_hash }; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: hashes
by Albannach (Monsignor) on May 26, 2001 at 00:14 UTC | |
by AidanLee (Chaplain) on May 26, 2001 at 01:23 UTC | |
|
Re: Re: hashes
by Vynce (Friar) on May 26, 2001 at 09:33 UTC |