Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    CGI::Application 4.50

    Download button

    No screenshots available
    Downloads: 377  Tell us about an update
    User Rating:
    Rated by:
    Good (3.0/5)
    11 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jesse Erlbaum | More programs
    Perl Artistic License / FREE
    May 18th, 2012, 04:58 GMT [view history]
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    CGI::Application description

    A framework for building reusable web-applications.

    CGI::Application is a framework for building reusable web-applications.

    SYNOPSIS

    # In "WebApp.pm"...
    package WebApp;
    use base 'CGI::Application';

    # ( setup() can even be skipped for common cases. See docs below. )
    sub setup {
    my $self = shift;
    $self->start_mode('mode1');
    $self->mode_param('rm');
    $self->run_modes(
    'mode1' => 'do_stuff',
    'mode2' => 'do_more_stuff',
    'mode3' => 'do_something_else'
    );
    }
    sub do_stuff { ... }
    sub do_more_stuff { ... }
    sub do_something_else { ... }
    1;


    ### In "webapp.cgi"...
    use WebApp;
    my $webapp = WebApp->new();
    $webapp->run();


    CGI::Application is intended to make it easier to create sophisticated, high-performance, reusable web-based applications. This module implements a methodology which, if followed, will make your web software easier to design, easier to document, easier to write, and easier to evolve.

    CGI::Application judiciously avoids employing technologies and techniques which would bind a developer to any one set of tools, operating system or web server.

    Product's homepage

    Requirements:

    · Perl

    What's New in This Release: [ read full changelog ]

    · Compatibility with CGI::Application::Server was improved.
    · Typographical errors were fixed.

      


    TAGS:

    building web-applications | build framework | Perl module | CGI::Application | building | web



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM