![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re^2: localtime parse within hash initby NetWallah (Canon) |
on Nov 04, 2014 at 06:49 UTC ( #1105979=note: print w/replies, xml ) | Need Help?? |
Stackoverflow to the rescue!. This works: From the article .... ... They technically don't need to be named, just dereferenced. e.g. @$ref and @{qw( foo bar )} work just as well as @a. In other words, it has to start with @ (and not be a slice). (ikegami) Update:Loops(++) answered identically, at the same time I discovered this. "You're only given one little spark of madness. You mustn't lose it." - Robin Williams
In Section
Seekers of Perl Wisdom
|
|