Data::TreeDumper::Utils

A selection of utilities to use with Data::TreeDumper
Download

Data::TreeDumper::Utils Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Nadim Khemir
  • Publisher web site:
  • http://search.cpan.org/~nkh/

Data::TreeDumper::Utils Tags


Data::TreeDumper::Utils Description

A selection of utilities to use with Data::TreeDumper Data::TreeDumper::Utils is a Perl module that provides a collection of useful sorting filters and utilities that can be used with Data::TreeDumper. You can also study the source if you examples of how to write filters.SYNOPSIS use Data::TreeDumper::Utils qw(:all) ; DumpTree ( $requirements_structure, 'Requirements structure:', FILTER => \&first_nsort_last_filter, FILTER_ARGUMENT => {...}, ) ; DumpTree ( $ixhash_hash_ref, 'An IxHash hash', FILTER => \&no_sort_filter, ) ; DumpTree ( $structure, 'sorted', FILTER => CreateChainingFilter ( \&remove_keys_starting_with_A, \&hash_keys_sorter ), ) ; DumpTree ( $structure, 'filter_class_keys example:', FILTER => filter_class_keys(T1 => , 'HASH' => ,), ) ; DumpTree(get_caller_stack(), 'Stack dump:') ; Requirements: · Perl


Data::TreeDumper::Utils Related Software