Change 16425 by ams@lustre on 2002/05/06 09:40:42

           Subject: [PATCH] PerlIO::Via reference
           From: Gisle Aas <[EMAIL PROTECTED]>
           Date: 05 May 2002 22:50:23 -0700
           Message-Id: <[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/pod/perliol.pod#14 edit

Differences ...

==== //depot/perl/pod/perliol.pod#14 (text) ====
Index: perl/pod/perliol.pod
--- perl/pod/perliol.pod#13~16066~      Mon Apr 22 02:01:43 2002
+++ perl/pod/perliol.pod        Mon May  6 02:40:42 2002
@@ -754,10 +754,14 @@
 in I<$scalar> starts as zero but can be altered via C<seek>, and
 determined via C<tell>.
 
-=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<PerlIO::Via> for details.
 
 =back
 
End of Patch.

Reply via email to