BabelObjects::Runner::RunData

BabelObjects::Runner::RunData is a Perl module that stores all the data available for your program.
Download

BabelObjects::Runner::RunData Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jean-Christophe Kermagoret
  • Publisher web site:
  • http://search.cpan.org/~kermago/BabelObjects-1.01/BabelObjects/Runner/RunData.pm

BabelObjects::Runner::RunData Tags


BabelObjects::Runner::RunData Description

BabelObjects::Runner::RunData is a Perl module that stores all the data available for your program. BabelObjects::Runner::RunData is a Perl module that stores all the data available for your program.SYNOPSIS use BabelObjects::Runner::RunData; $parameters{"req"} = $req; $parameters{"confParameters"} = $confParameters; my $aRunData = new BabelObjects::Runner::RunData(%parameters); print $aRunData->getParameter("module"); print $aRunData->getConfParameter( $aRunData->getParameter("module"), $aRunData->getParameter("parameter"));RunData stores all the information available : * initialization data available through getConfParameter("path") where path is the XML path to the element you want * http request information available through getParameter("parameterName")You can add the information you want in the RunData object without risk to break anything. For example, in the java version, you have the HttpServletResponse too. Requirements: · Perl


BabelObjects::Runner::RunData Related Software