CGI::Application::Magic

CGI::Application::Magic is a template based framework for CGI applications.
Download

CGI::Application::Magic Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Domizio Demichelis
  • Publisher web site:
  • http://search.cpan.org/~domizio/CGI-Application-Plus-1.21/lib/CGI/Application/CheckRM.pm

CGI::Application::Magic Tags


CGI::Application::Magic Description

CGI::Application::Magic is a template based framework for CGI applications. CGI::Application::Magic is a template based framework for CGI applications.SYNOPSIS package WebApp ; use base 'CGI::Application::Magic' ; # optional runmethod sub RM_myRunMmode { ... do_something_useful ... ... no_need_to_set_page ... ... returned_value_will_be_ignored ... } # package where Template::Magic will looks up package WebApp::Lookups ; # this value will be substituted to each # 'app_name' label in each template that include it our $app_name = 'WebApp 1.0' ; # same for each 'Time' label sub Time { scalar localtime } # and same for each 'ENV_table' block sub ENV_table { my ($self, # $self is your WebApp object $zone) = @_ ; # $zone is the Template::Magic::Zone object my @table ; while (my @line = each %ENV) { push @table, @line } @table ; }Requirements:· Perl version >= 5.6.1· OOTools >= 1.6· Template::Magic >= 1.0Installation:CPAN perl -MCPAN -e 'install CGI::Application::Plus'If you want to install also all the prerequisites to use CGI::Application::Magic), all in one easy step: perl -MCPAN -e 'install Bundle::Application::Magic'Standard installationFrom the directory where this file is located, type: perl Makefile.PL make make test make install


CGI::Application::Magic Related Software