Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Undef Hash/Scalar Problem

by hipowls (Curate)
on Mar 10, 2008 at 20:32 UTC ( [id://673344]=note: print w/replies, xml ) Need Help??


in reply to Undef Hash/Scalar Problem

Chomatic is probably correct, you are not creating the data you think you are. To see what the data structure actually is use Data::Dumper or YAML to print it out.

use DATA::Dumper; ... print Dumper \@emp;
or
use YAML; ... print Dump \@emp;

Log In?
Username:
Password:

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

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

    No recent polls found