in reply to Re^3: read flat file and build tree-like structure
in thread read flat file and build tree-like structure
2. Is there a quick/easy way to change the key of a hash? Apologies if I'm breaking a rule here (double/cross-posting)...my $p = \\%hash; $p = \(${$p}->{$_}) for @elts; $$p = $val;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: read flat file and build tree-like structure
by ikegami (Patriarch) on Nov 19, 2007 at 19:07 UTC |