AppConfig::State

Application configuration state
Download

AppConfig::State Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Wardley
  • Publisher web site:
  • http://search.cpan.org/~abw/

AppConfig::State Tags


AppConfig::State Description

Application configuration state AppConfig::State is a Perl module for application configuration state.SYNOPSIS use AppConfig::State; my $state = AppConfig::State->new(g); $state->define("foo"); # very simple variable definition $state->define("bar", \%varcfg); # variable specific configuration $state->define("foo|bar=i@"); # compact format $state->set("foo", 123); # trivial set/get examples $state->get("foo"); $state->foo(); # shortcut variable access $state->foo(456); # shortcut variable update OVERVIEWAppConfig::State is a Perl5 module to handle global configuration variables for perl programs. It maintains the state of any number of variables, handling default values, aliasing, validation, update callbacks and option arguments for use by other AppConfig::* modules.AppConfig::State is distributed as part of the AppConfig bundle. Requirements: · Perl


AppConfig::State Related Software