![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: bareword hash keysby dmmiller2k (Chaplain) |
on Jun 22, 2003 at 22:15 UTC ( #267998=note: print w/replies, xml ) | Need Help?? |
Some modules use hash keys beginning with a '-' for certain attributes of objects defined therein (witness, CGI.pm).
The use of a leading '+' before an expression within curly braces may be used to force Perl to treat the expression as a hash key or value, rather than parsing the whole thing as a block. Not certain if this answers your question precisely, and I am particularly unsure exactly in what ways Perl 5.8 differs from 5.6, but this has been my experience with 5.6 and below.
In Section
Seekers of Perl Wisdom
|
|