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

Re: Accessing hashes in main program from subroutine

by mickeyn (Priest)
on Jan 09, 2008 at 15:58 UTC ( [id://661387]=note: print w/replies, xml ) Need Help??


in reply to Accessing hashes in main program from subroutine

hi,

seems like you have a bug in $tData{$key}
this access %tData and NOT referenced hash $tData.

try changing to $tData->{$key} and check again.

BTW, use strict would have told you you're doing something wrong here ...

HTH,
Mickey

Replies are listed 'Best First'.
Re^2: Accessing hashes in main program from subroutine
by Angharad (Pilgrim) on Jan 09, 2008 at 16:23 UTC
    thanks a lot. That worked a treat :)

Log In?
Username:
Password:

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

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

    No recent polls found