Perlio-Via

PerlIO::via(3p) Perl Programmers Reference Guide PerlIO::via(3p)

Perlio-Via

PerlIO::via(3p) Perl Programmers Reference Guide PerlIO::via(3p) # PerlIO::via(3p) Perl Programmers Reference Guide PerlIO::via(3p) NNAAMMEE # PerlIO::via - Helper class for PerlIO layers implemented in perl SSYYNNOOPPSSIISS # use PerlIO::via::Layer; open($fh,"<:via(Layer)",...); use Some::Other::Package; open($fh,">:via(Some::Other::Package)",...); DDEESSCCRRIIPPTTIIOONN # 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. ...