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

Re: Frontier::Client mystery result string hash

by ikegami (Patriarch)
on Feb 16, 2005 at 04:52 UTC ( [id://431435]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print($result->[0]{'city'}, "\n");
    
  2. or download this
    foreach $record (@$result) {
       foreach $field (keys %$record) {
    ...
       }
       print("\n");
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 18:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found