- or download this
use strict;
use Data::Dumper;
...
}
print Dumper \%thingy;
- or download this
my (@list,$flat);
flatten($_,$thingy{$_}) foreach keys %thingy;
...
}
print Dumper \@list;
- or download this
$VAR1 = [
'Location/',
'Topology/IPClassA/Device/log_ratio/'
];