in reply to recursive exists in perl
no autovivification; if (exists($h{A}{B}{C})) { }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: recursive exists in perl
by gsiems (Deacon) on Dec 10, 2010 at 02:49 UTC | |
by Anonymous Monk on Dec 10, 2010 at 02:54 UTC | |
by gsiems (Deacon) on Dec 10, 2010 at 03:24 UTC |