Help for this page
$VAR1 = [ { ... 'targetL' => 'vaisseau spatial' } ];
foreach (@data){ print my $target= ucfirst($_->{targetL}); }