Inline::Filters

Inline::Filters Perl module contains common source code filters for Inline Modules.
Download

Inline::Filters Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Neil Watkiss
  • Publisher web site:
  • http://search.cpan.org/~neilw/Inline-ASM-0.03/ASM.pod

Inline::Filters Tags


Inline::Filters Description

Inline::Filters Perl module contains common source code filters for Inline Modules. Inline::Filters Perl module contains common source code filters for Inline Modules.Inline::Filters provides common source code filters to Inline Language Modules. Unless you're an Inline module developer, you can just read the next section.Supported FiltersThis section describes each filter in Inline::Filters.Strip_PODStrips embedded POD from a block of code in any language. This is implemented as a regular expression: $code =~ s/^=w+*nn(.*?)(^=cutnn|Z)//gsm;That means if you have a language which contains POD-like syntax, it will be stripped by this filter (i.e. don't use this filter with such a language). This filter is useful for making code like this compile: use Inline C => Requirements: · Perl


Inline::Filters Related Software