- or download this
my @paths = (
'C:\\foo\\bar\\baz',
...
'C:\\car',
'C:\\c'
);
- or download this
my @nested = (
'C:\\foo\\bar\\baz'
);
- or download this
$VAR1 = {
'C:' => {
...
}
}
};
- or download this
my @nested = (
'C:\\c',
'C:\\car',
'C:\\foo\\bar\\baz'
);