CGI::Builder::CgiAppAPI

CGI::Builder::CgiAppAPI script allows you to use CGI::Application API with CGI::Builder.
Download

CGI::Builder::CgiAppAPI 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::Builder::CgiAppAPI Tags


CGI::Builder::CgiAppAPI Description

CGI::Builder::CgiAppAPI script allows you to use CGI::Application API with CGI::Builder. CGI::Builder::CgiAppAPI script allows you to use CGI::Application API with CGI::Builder.SYNOPSIS # In your old cgiapp implementation # change the follow line # use base qw( CGI::Application ) ; # or 'CGI::Application::Plus' # with this (to use the same cgiapp under CBF) use CGI::Builder qw| CGI::Builder::CgiAppAPI |; # this will provide you useful hints $CGI::Builder::CgiAppAPI::hints = 1 ; # when your migration is completed # just get rid of the CGI::Builder::CgiAppAPI use CGI::Builder ;Note: You should know CGI::Builder.This module supplies an API compatible with the CGI::Application or CGI::Application::Plus APIs. It transparently provides all the aliases, defaults and method redefinition to make the old cgiapps work unchanged under CBF as well. Besides, it provides also very useful run-time hints that will suggest you what to change in your old code and what to read in this documentation in order to smoothly trasform your old cgiapp into a CGI::Builder application or simply learn the CBF faster.WARNING: This module is not intended to be used neither as an alternative API for the CBF nor in a production environment. You should use it only as:the glue-code to add new CBF methods and capability to your old cgiapps, thus temporarily running applications implementing mixed APIsa substantial aid to the migration process from an old cgiapp to the CBFa startup aid to learn (faster) the CBF API (just if you are familiar with the cgiapp API)IMPORTANT: This API is compatible with the CGI::Application 3.1. The API of successive CGI::Application versions may or may not work as well; I have no plan to update this module to maintain API compatibility. Requirements: · CGI::Builder >= 1.3 · Perl


CGI::Builder::CgiAppAPI Related Software