Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Non existent Hash and error"not a hash refernece at perl line"

by vinoth.ree (Monsignor)
on Aug 17, 2015 at 09:24 UTC ( [id://1138860]=note: print w/replies, xml ) Need Help??


in reply to Non existent Hash and error"not a hash refernece at perl line"

Post the hash you are using. so we can help you better.

From the error message you posted, it seems you are trying to access a data structure as hash reference, but it doesn't hold a reference to a hash.

It might be useful to dump your data structure to figure out what it actually is.

use Data::Dumper; print(Dumper($datastructure));

Post us the output of the Dumper() here and tell hash which part you are trying to access.


All is well. I learn by answering your questions...
  • Comment on Re: Non existent Hash and error"not a hash refernece at perl line"
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1138860]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-16 04:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found