Any::Renderer::JavaScript::Anon

Any::Renderer::JavaScript::Anon Perl module renders anonymous JavaScript data structure.
Download

Any::Renderer::JavaScript::Anon Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matt Wilson
  • Publisher web site:
  • http://search.cpan.org/~mwilson/

Any::Renderer::JavaScript::Anon Tags


Any::Renderer::JavaScript::Anon Description

Any::Renderer::JavaScript::Anon Perl module renders anonymous JavaScript data structure. Any::Renderer::JavaScript::Anon Perl module renders anonymous JavaScript data structure.SYNOPSIS use Any::Renderer; my %options = ( 'VariableName' => 'myvariable' ); my $format = "JavaScript::Anon"; my $r = new Any::Renderer ( $format, %options ); my $data_structure = ; # arbitrary structure code my $string = $r->render ( $data_structure );You can get a list of all formats that this module handles using the following syntax: my $list_ref = Any::Renderer::JavaScript::Anon::available_formats ();Also, determine whether or not a format requires a template with requires_template: my $bool = Any::Renderer::JavaScript::Anon::requires_template ( $format ); Requirements: · Perl


Any::Renderer::JavaScript::Anon Related Software