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

Could it be in a loop in get all the city names?
  • Comment on Re^2: Open and parsing a file with array of hashes!?

Replies are listed 'Best First'.
Re^3: Open and parsing a file with array of hashes!?
by hbm (Hermit) on Aug 17, 2012 at 00:10 UTC
    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