Data::Format::HTML

Format Perl data structures into simple HTML
Download

Data::Format::HTML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Moreno
  • Publisher web site:
  • https://www.tuxum.org/wiki/TuxUsers

Data::Format::HTML Tags


Data::Format::HTML Description

Format Perl data structures into simple HTML Data::Format::HTML is a module to format Perl data structures into simple HTML.SYNOPSIS use Data::Format::HTML; my $f = Data::Format::HTML->new; my %hash = (simple => 'hash'); # Of course it's very unlikely that you won't deal ever with this # kind of structure, but HTML is able to hand it all anyway :) my $struct = { foo => 'bar', 1 => 2, 'hello' => 'goodbye', array_ref => , nested_hash => \%hash, => sub { die; }, even_more => { arr => { 1 => , this_is_insane => { a => { b => { c => { d => { e => 'z'}}}}} }, }, }; $struct->{'Data::Format::HTML handles it all'} = $f; print $f->format(); Requirements: · Perl


Data::Format::HTML Related Software