- or download this
[
{information => {
...
}
}
]
- or download this
my $arrayref = _directoryTree('/usr/local/bin','/usr/local');
- or download this
get => 'directory_list' sub {
my $self = shift;
my $arrayref = _directoryTree('/usr/local/bin','/usr/local');
$self->render(json => $arrayref);
};