From 4f7853f45459908f1a46e940a57ba55e0377336b Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Sun, 5 May 2002 15:50:23 -0700 Subject: PerlIO::Via reference Message-Id: p4raw-id: //depot/perl@16425 --- pod/perliol.pod | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'pod/perliol.pod') diff --git a/pod/perliol.pod b/pod/perliol.pod index 1c346e0965..b4c8069723 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 -- cgit v1.2.1