in reply to Re: Perl parse text file using hash
in thread Perl parse text file using hash
> I assume that the character ! will never appear in the name of any person or fruit.
Actually you are reinventing the wheel here.
Perl has a built-in mechanism for multidimensional keys.
see $; aka $SUBSCRIPT_SEPARATOR in perlvar
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl parse text file using hash
by BillKSmith (Monsignor) on Dec 20, 2022 at 18:46 UTC |