in reply to Parse XML with Perl regex
Would create the hash and fill it as you go, replacing the print line with would create a hash. That answers your question, but I have a feeling you wanted to ask something else.my %hash; $hash { $info_name } = $it_size;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parse XML with Perl regex
by ad23 (Acolyte) on Jul 07, 2010 at 22:01 UTC | |
by almut (Canon) on Jul 07, 2010 at 23:11 UTC | |
by ad23 (Acolyte) on Jul 08, 2010 at 13:58 UTC |