Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Open and parsing a file with array of hashes!?

by hbm (Hermit)
on Aug 17, 2012 at 00:10 UTC ( [id://987894]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Open and parsing a file with array of hashes!?
in thread Open and parsing a file with array of hashes!?

use strict; use warnings; my $weather = do "weather.txt"; print $_->{xml_api_reply}->{weather}->{forecast_information}->{city}-> +{-data},$/ for @$weather;

Prints:

Miami, FL Boston, MA

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-20 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found