Data::HTMLDumper

Data::HTMLDumper is a Perl module that uses Data::Dumper to make HTML tables of structures.
Download

Data::HTMLDumper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Phil Crow
  • Publisher web site:
  • http://search.cpan.org/~tkeefer/Gantry-3.51/lib/Gantry/Utils/FormMunger.pm

Data::HTMLDumper Tags


Data::HTMLDumper Description

Data::HTMLDumper is a Perl module that uses Data::Dumper to make HTML tables of structures. Data::HTMLDumper is a Perl module that uses Data::Dumper to make HTML tables of structures.SYNOPSIS use Data::HTMLDumper; # to take control of the output: Data::HTMLDumper->actions($your_action_object); # See Data::HTMLDumper::Output.pm for what $your_action_object must do, # or see CONTROLLING OUTPUT below for a small example. ... print Dumper(%hash, @list); # or to supply names like Data::Dumper->Dump: print Data::HTMLDumper->Dump(, );ABSTRACT Data::HTMLDumper turns Data::Dumper output into HTML tables. It's for those who like Data::Dumper for quick peeks at their structures, but need to display the output in a web browser.If you like to use Data::Dumper for quick and dirty pictures of your structures during development, but you are now developing for the web, this module might be for you. It uses Data::Dumper, but formats the results as HTML tables.The format of the tables changed with the introduction of Parse::RecDescent with version 0.04. The new tables are more consistent.As of version 0.06 the Dumper function handles any number of references. The object oriented Dump method works like its analog in Data::Dumper. The rest of the functions (except new) are not yet available (but see 'SPECIAL VARIABLES' for how to avoid needing some of them). Requirements: · Perl


Data::HTMLDumper Related Software