in reply to Re^3: Odd number of elements in anonymous hash!
in thread Odd number of elements in anonymous hash!
$VAR1 = [ { 'xml_api_reply' => { '-version' => '1', 'weather' => { 'report_date' => { '-d +ata' => '08-19-2012 @ 15:40:26' }, '-row' => '0', 'current_conditions' = +> { + 'icon' => { + '-data' => '/ig/images/weather/mostly_cloudy.gif' + }, + 'temp_f' => { + '-data' => '70' + }, + 'temp_c' => { + '-data' => '21' + }, + 'wind_condition' => { + '-data' => 'Wind: E at 7 mph' + }, + 'humidity' => { + '-data' => 'Humidity: 65%' + }, + 'condition' => { + '-data' => 'Mostly Cloudy' + } + }, } } }, ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Odd number of elements in anonymous hash!
by Athanasius (Archbishop) on Aug 20, 2012 at 09:08 UTC |