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

Re: Confused about accessing hashes

by ambs (Pilgrim)
on Apr 19, 2005 at 14:14 UTC ( #449254=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $VAR1->{ETPT}
    
  2. or download this
    $VAR1->{ETPT}{SERVER}
    
  3. or download this
    $VAR1->{ETPT}{SERVER}[0]{RESPONSE}    # First element of the array
    $VAR1->{ETPT}{SERVER}[1]{RESPONSE}    # Second element of the array
    
  4. or download this
    for (@{$VAR1->{ETPT}{SERVER}}) {
       # here $_->{RESPONSE} is each response of the array
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2023-11-30 14:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?