Config::Sofu

Config::Sofu is a simple Sofu configuration file parser.
Download

Config::Sofu Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Config::Sofu team
  • Publisher web site:
  • http://search.cpan.org/~maluku/sofu-config-0.3/lib/Config/Sofu.pm

Config::Sofu Tags


Config::Sofu Description

Config::Sofu is a simple Sofu configuration file parser. Config::Sofu is a simple Sofu configuration file parser.SYNOPSIS use vars qw/%CONFIG/; use Config::Sofu "config.sofu"; if ($CONFIG{FOOBAR}) { ... } if ($CONFIG{Bar}->->{Foo} eq "Foobar") { ... }Save the new configuration: $CONFIG{FOOBAR}="Bar times Foo"; Config::Sofu::save;or Config::Sofu::save(%CompletlyNewConfig)SYNTAXThis class exports the hash %CONFIG by default which contains all the information of the file which is given to the use statement. Requirements: · Perl


Config::Sofu Related Software