Help for this page
#!/usr/bin/perl use warnings; ... $filedata{$file} = \@data; } print Dumper(\%filedata);
$VAR1 = { 'test/bb' => [ ... '1.5' ] };