App::Framework

A framework for creating applications
Download

App::Framework Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steve Price
  • Publisher web site:
  • http://search.cpan.org/~sdprice/

App::Framework Tags


App::Framework Description

A framework for creating applications App::Framework is a Perl framework for quickly developing application scripts, where the majority of the mundane script setup, documentation etc. jobs are performed by the framework (usually under direction from simple text definitions stored in the script).This leaves the developer to concentrate on the main job of implementing the application.SYNOPSIS use App::Framework ; App::Framework->new()->go() ; sub app { my ($app, $opts_href, $args_href) = @_ ; # options my %opts = $app->options() ; # aplication code here.... } Requirements: · Perl


App::Framework Related Software