- or download this
scalar => [+{ -type => 'File::stat' }, qw/ name /],
new => 'new',
- or download this
[+{ -type => 'File::stat' }, qw/ name /]
- or download this
+{ -type => 'File::stat' },
qw/ name /
- or download this
$VAR1 = {
'scalar' => [
...
'new' => 'new'
};