Embperl::Syntax::RTF

Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files.
Download

Embperl::Syntax::RTF Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • G. Richter
  • Publisher web site:
  • http://search.cpan.org/~grichter/Embperl-2.2.0/Embperl/Syntax/RTF.pm

Embperl::Syntax::RTF Tags


Embperl::Syntax::RTF Description

Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files. Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files. RTF files can be read and written by various word processing programms. This allows you to create dynamic wordprocessing documents or let process serial letters thru Embperl.Currently Embperl regocnices the fields DOCVARIABLE, MERGEFIELD and NEXT. Variablenames are resolved as hash keys to $param e.g. foo.bar referes to $param{foo}{bar}, the @param Array can by set via the param parameter of the Execute function. NEXT moves to the next element of the @param array. If the end of the document is reached, Embperl repeats the document until all element of @param are processed. This can for example be use to tie a database table to @param and generate a serial letter.SYNOPSISmy $x = $Embperl::req -> component -> code ; my ($op, $cmp, $a, $b) = XML::Embperl::DOM::Node::iChildsText (%$q%,%$x%,1) =~ /:()+s*"(.*?)"(?:s*"(.*?)"s*"(.*?)")?/ ; if ($op eq '=') { $op = 'eq' } elsif ($op eq '') { $op = 'gt' } elsif ($op eq '>=') { $op = 'ge' } elsif ($op eq ' Requirements: · Perl


Embperl::Syntax::RTF Related Software