From: Gisle Aas Date: Sun, 5 May 2002 22:50:23 +0000 (-0700) Subject: PerlIO::Via reference X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f7853f45459908f1a46e940a57ba55e0377336b;p=p5sagit%2Fp5-mst-13.2.git PerlIO::Via reference Message-Id: p4raw-id: //depot/perl@16425 --- diff --git a/pod/perliol.pod b/pod/perliol.pod index 1c346e0..b4c8069 100644 --- a/pod/perliol.pod +++ b/pod/perliol.pod @@ -754,10 +754,14 @@ of I<$scalar>, and writes change the value. In both cases the position in I<$scalar> starts as zero but can be altered via C, and determined via C. -=item ":Object" or ":Perl" +=item ":Via" -May be provided to allow layers to be implemented as perl code - -implementation is being investigated. +Provided to allow layers to be implemented as Perl code. For instance: + + use MIME::QuotedPrint; + open(my $fh, ">Via(MIME::QuotedPrint)", "qp"); + +See L for details. =back