in reply to Re^2: map to hash of arrays
in thread map to hash of arrays
please try this: push @{$hash{$1}}, $2 while $data =~ /object_label\s+:\s+(\S+)[^:]+:\s+(\S+)/g;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: map to hash of arrays
by emilford (Friar) on Jul 27, 2004 at 13:51 UTC |