in reply to Re^5: Help extracting pattern of data
in thread Help extracting pattern of data
while(my $k = each %$structure) { for my $field (@fields){ print qq{$field = $structure->{$field}\n }; } }
I will now try to work on manipulating the data from the fields output and get back if I have questions. Thanks a lot for your advice n help :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Help extracting pattern of data
by spikeinc (Acolyte) on Jan 27, 2014 at 08:17 UTC | |
by spikeinc (Acolyte) on Jan 27, 2014 at 08:36 UTC |