NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I'm wondering... (Score:1)
when the data is stored in a hash?
Here is why I ask...
I also had the problem (at first) with the array slice. I thought initially that it was a sigil issue and an issue with semantics. (As you have explained)
But, I noticed that I did not have the issue with a hash. It seemed to me that if the sigil was causing me to have a semantic problem that the problem would carry to other cases... but, in my case... it did not.
So, I thought about it so
Re:I'm wondering... (Score:1)
The
warningspragma catches this misuse nowadays, but many beginners either don't know about it or don't use it.Unfortunately, I didn't learn hashes until I had already familiarised myself with arrays, so I can't answer your first question.
Reply to This
Parent