in reply to modification of read-only in hash ++
For details on the behaviour of BEGIN blocks, see the perlmod man page under the heading "Package Constructors and Destructors". For an explanation of auto-vivification, see perlref, perlfaq4, perlfunc and the node Autovivification by merlyn.
Update: Erk, weirder stuff appearing - It almost looks like something weird is happening with closures ...
perl -le "print unpack'N', pack'B32', '00000000000000000000001010111111'"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: modification of read-only in hash ++
by Abigail-II (Bishop) on Feb 05, 2004 at 10:13 UTC | |
by ysth (Canon) on Feb 05, 2004 at 17:17 UTC |