CGI::WML

CGI::WML is a Perl module with subclass LDS's 'CGI.pm' for WML output and WML methods.
Download

CGI::WML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Murren
  • Publisher web site:
  • http://search.cpan.org/~amurren/CGI-WML-0.09/WML.pm

CGI::WML Tags


CGI::WML Description

CGI::WML is a Perl module with subclass LDS's 'CGI.pm' for WML output and WML methods. CGI::WML is a Perl module with subclass LDS's "CGI.pm" for WML output and WML methods.SYNOPSIS use CGI::WML; $query = new CGI::WML; $content = $query->p("Hello WAP world"); print $query->header(), $query->start_wml(), $query->template(-content=>$query->prev()), $query->card(-id=>"first_card", -title=>"First card", -content=>$content), $query->end_wml(); print $query->wml_to_wmlc(-wml=>$wml_buffer, -errorcontext=>2); ($page_title,$content) = $query->html_to_wml($buffer);This is a library of perl functions to allow CGI.pm-style programming to be applied to WAP/WML. Since this is a subclass of Lincoln Stein's CGI.pm all the normal CGI.pm methods are available. See perldoc CGI if you are not familiar with CGI.pm Requirements: · Perl


CGI::WML Related Software