Hello
What is this data structure I get with Dumper?
$VAR1 = [ { 'sourceL' => 'spacecraft', 'source' => 'MT', 'targetL' => 'vaisseau spatial' } ];
Why can I not read it with the following?
foreach (@data){ print my $target= ucfirst($_->{targetL}); }
In reply to Read datastructure by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |