Data::Phrasebook::Loader::XML

Data::Phrasebook::Loader::XML Perl module can abstract your phrases with XML.
Download

Data::Phrasebook::Loader::XML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Barbie
  • Publisher web site:
  • http://search.cpan.org/~barbie/

Data::Phrasebook::Loader::XML Tags


Data::Phrasebook::Loader::XML Description

Data::Phrasebook::Loader::XML Perl module can abstract your phrases with XML. Data::Phrasebook::Loader::XML Perl module can abstract your phrases with XML.SYNOPSIS use Data::Phrasebook; my $q = Data::Phrasebook->new( class => 'Fnerk', loader => 'XML', file => 'phrases.xml', dict => 'Dictionary', # optional ); OR my $q = Data::Phrasebook->new( class => 'Fnerk', loader => 'XML', file => { file => 'phrases.xml', ignore_whitespace => 1, } ); # simple keyword to phrase mapping my $phrase = $q->fetch($keyword); # keyword to phrase mapping with parameters $q->delimiters( qr{ }x ); my $phrase = $q->fetch($keyword,{this => 'that'});Requirements:· Perl Requirements: · Perl


Data::Phrasebook::Loader::XML Related Software