in reply to Re^4: Parse a file and store it in hash of hashes
in thread Parse a file and store it in hash of hashes
If you read and apply my code you'll got:
( "CELL_NAME2", { COMMENT => "\"Tester\"", FIFTH => 12345, FIRST => "\"TEST2\"", FOURTH => "\"FOUR\"", SECOND => "\"ID2\"", SEVENTH => "MOUSE", SIXTH => "BOARD", THIRD => 1234, }, "CELL_NAME3", { COMMENT => "\"Parser\"", FIFTH => 12345, FIRST => "\"TEST3\"", FOURTH => "\"FIVE\"", SECOND => "\"ID3\"", SEVENTH => "KEY", SIXTH => "PAD", THIRD => 12345, }, "CELL_NAME1", { COMMENT => "\"Perl parsing\"", FIFTH => 12345, FIRST => "\"TEST1\"", FOURTH => "\"RANDOM\"", SECOND => "\"ID1\"", SEVENTH => "QWERTY", SIXTH => 6789, THIRD => 123, }, )
L*
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Parse a file and store it in hash of hashes
by Sonali (Novice) on Jan 16, 2017 at 11:45 UTC | |
by johngg (Canon) on Jan 16, 2017 at 12:22 UTC | |
by afoken (Chancellor) on Jan 16, 2017 at 14:08 UTC | |
by Corion (Patriarch) on Jan 16, 2017 at 11:51 UTC |