WWW::Webrobot::Properties

WWW::Webrobot::Properties is a Perl module that implements a config format like java.util.Properties.
Download

WWW::Webrobot::Properties Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Stefan Trcek
  • Publisher web site:
  • http://search.cpan.org/~strcek/webrobot-0.81/lib/WWW/Webrobot/HarnessTester.pm

WWW::Webrobot::Properties Tags


WWW::Webrobot::Properties Description

WWW::Webrobot::Properties is a Perl module that implements a config format like java.util.Properties. WWW::Webrobot::Properties is a Perl module that implements a config format like java.util.Properties.SYNOPSIS my $config = WWW::Webrobot::Properties->new( listmode => , key_value => , multi_value => , structurize => , ); my $cfg = $config->load_file($cfg_name, $cmd_param);This class implements a config format like java.util.Properties, see http://java.sun.com/j2se/1.3/docs/api/java/util/Properties.html for more docs.Note: Some features are not implemented but there are some extensions for lists.EXTENDED FORMATListmode properties may be written listprop=value0 listprop=value1 listprop=value2or listprop.0=value0 listprop.1=value1 listprop.2=value2These properties are made available as perl-arrays. Requirements: · Perl


WWW::Webrobot::Properties Related Software