Help for this page

Select Code to Download


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