in reply to TIMTOWTDI doesn't mean invent an outlandish approach (usually)
Uh, no. At least in some versions of Perl, that is interpreted as %hash = (undef, undef);, making a single element with a key of empty-string (undef as a string) and a value of undef.%hash = undef;
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: TIMTOWTDI doesn't mean invent an outlandish approach (usually)
by Aristotle (Chancellor) on Oct 13, 2003 at 10:15 UTC |