PerlIO::via

Helper class for PerlIO layers implemented in perl
Download

PerlIO::via Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nicholas Clark
  • Publisher web site:
  • http://search.cpan.org/~nwclark/

PerlIO::via Tags


PerlIO::via Description

Helper class for PerlIO layers implemented in perl PerlIO::via is a helper class for PerlIO layers implemented in Perl.SYNOPSIS use PerlIO::via::Layer; open($fh,":via(Some::Other::Package)",...);The PerlIO::via module allows you to develop PerlIO layers in Perl, without having to go into the nitty gritty of programming C with XS as the interface to Perl.One example module, PerlIO::via::QuotedPrint, is included with Perl 5.8.0, and more example modules are available from CPAN, such as PerlIO::via::StripHTML and PerlIO::via::Base64. The PerlIO::via::StripHTML module for instance, allows you to say: use PerlIO::via::StripHTML; open( my $fh, " Requirements: · Perl


PerlIO::via Related Software