Help for this page

Select Code to Download


  1. or download this
    'characters' => {
            'Apple' => {
    ...
                        'fruit_id' => '0'
            },
    }
    
  2. or download this
     my $fruits_xml = $xml_feed->{grocery}->{produce};
     #narrowing just to produce here.
    ...
    {
    ...
    }