- or download this
%volume
%mnt
...
%user
%mntops
%other
- or download this
sub traverse_hash {
my ($jsonhash, $found, @keys_to_find) = @_;
...
close(FILE);
}
- or download this
$output_format = '%mnt:%device:%volume:%perms';
- or download this
traverse_hash(\%$decoded_json_obj, {}, @keys_to_find, $output_format);