PerlPoint::Tags::Basic

PerlPoint::Tags::Basic is a Perl module that declares basic PerlPoint tags.
Download

PerlPoint::Tags::Basic Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jochen Stenzel
  • Publisher web site:
  • http://search.cpan.org/~jstenzel/Getopt-ArgvFile-1.11/ArgvFile.pm

PerlPoint::Tags::Basic Tags


PerlPoint::Tags::Basic Description

PerlPoint::Tags::Basic is a Perl module that declares basic PerlPoint tags. PerlPoint::Tags::Basic is a Perl module that declares basic PerlPoint tags.SYNOPSIS # declare basic tags use PerlPoint::Tags::Basic;This module declares several basic PerlPoint tags. Tag declarations are used by the parser to determine if a used tag is valid, if it needs options, if it needs a body and so on. Please see PerlPoint::Tags for a detailed description of tag declaration.Every PerlPoint translator willing to handle the tags of this module can declare this by using the module in the scope where it built the parser object. # declare basic tags use PerlPoint::Tags::Basic; # load parser module use PerlPoint::Parser; ... # build parser my $parser=new PerlPoint::Parser(...); ...It is also possible to select certain declarations. # declare basic tags use PerlPoint::Tags::Basic qw(I C);A set name is provided as well to declare all the flags at once. # declare basic tags use PerlPoint::Tags::Basic qw(:basic); Requirements: · Perl


PerlPoint::Tags::Basic Related Software