Resources

Resources is a Perl module to handle application defaults in Perl.
Download

Resources Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Francesco Callari
  • Publisher web site:
  • http://search.cpan.org/~francoc/Resources-1.04/Resources.pm

Resources Tags


Resources Description

Resources is a Perl module to handle application defaults in Perl. Resources is a Perl module to handle application defaults in Perl.SYNOPSIS use Resources; $res = new Resources; $res = new Resources "resfile";Resources are a way to specify information of interest to program or packages.Applications use resource files to specify and document the values of quantities or attributes of interest.Resources can be loaded from or saved to resource files. Methods are provided to search, modify and create resources.Packages use resources to hardwire in their code the default values for their attributes, along with documentation for the attibutes themselves.Packages inherit resources when subclassed, and the resource names are updated dynamically to reflect a class hierarchy. Requirements: · Perl


Resources Related Software