Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: data stuctures

by socketdave (Curate)
on Sep 23, 2005 at 16:41 UTC ( [id://494598]=note: print w/replies, xml ) Need Help??


in reply to data stuctures

Replace the {} in your hash definition with ()... If you wanted a hashref, you would use {}, but assign to a scalar:
$rims = { GROUP=>$string, LNAME=>$string, INITS=>$string, MBRID=>$string, M_DOB=>$string, DEPCD=>$string, P_FNAME=>$string, P_DOB=>$string, P_SEX=>$string, };
update:
Thanks to ikegami for pointing out the bigger problem with your code. The change I suggested will definitely fix your warning but will definitely not make your code do what you expect.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-25 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found