PAR::WebStart::PNLP

PAR::WebStart::PNLP is a Perl module that can parse pnlp files.
Download

PAR::WebStart::PNLP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Randy Kobes
  • Publisher web site:
  • http://search.cpan.org/~rkobes/

PAR::WebStart::PNLP Tags


PAR::WebStart::PNLP Description

PAR::WebStart::PNLP is a Perl module that can parse pnlp files. PAR::WebStart::PNLP is a Perl module that can parse pnlp files.SYNOPSIS my $file = 'hello.pnlp'; my $obj = PAR::WebStart::PNLP->new(file => $file); my $cfg = $obj->parse();This module is used to parse PNLP files, which are XML files whose syntax is described later in this document. The $cfg data structure returned is a hash reference, the key being the XML elements encountered. The value associated with this key are either· a reference to an array of hash references, in the cases of the par, argument, module, or description elements,· a hash reference, for all other elements.The hash references involved in these values have keys corresponding to the names of any attributes of the element, if found, as well as a key of value, if there is a value of the element. The associated values of these keys are the corresponding values of the attributes or the element's value, as applicable. Except for the cases of par, argument, module, and description, the hash references associated with all elements seen are guaranteed to have one key of seen, of value 1, even if no attribute or value are defined. Requirements: · Perl


PAR::WebStart::PNLP Related Software