- or download this
$mylovelydata= {
'Colour'=>'blue',
...
}
},
};
- or download this
my $colour;
if defined($data->{'Entries'}->{'Flowers'}->$flower->{'Colour'})
...
if defined($data->{'Entries'}->{'Colour'})
{$colour=$data->{'Entries'}->{'Colour'};};
if defined($data->{'Colour'}) {$colour=$data->{'Colour'};};