|
|
| XP is just a number | |
| PerlMonks |
Re: Pulling a hash value in a data structureby AnomalousMonk (Archbishop) |
| on Jan 25, 2011 at 18:24 UTC ( [id://884198]=note: print w/replies, xml ) | Need Help?? |
|
I'm guessing you didn't use warnings and strictures (see strict and warnings) in your code. If you had, you would have received a message like 'Can't use string ("2011-01-25 10:30:50") as a HASH ref while "strict refs" in use at script name line number', which might have pointed you in the right direction. As you are new to Perl or programming, use diagnostics as well. At the start of your program:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||