X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/e934609f7db1163b003ba7314f8d52ebfc1e2f12..8ec39683b49638de946aa56f02c841b5548b7f95:/ext/PerlIO/scalar/scalar.pm diff --git a/ext/PerlIO/scalar/scalar.pm b/ext/PerlIO/scalar/scalar.pm index d75d370..bda30c6 100644 --- a/ext/PerlIO/scalar/scalar.pm +++ b/ext/PerlIO/scalar/scalar.pm @@ -11,7 +11,13 @@ PerlIO::scalar - support module for in-memory IO. =head1 SYNOPSIS - open($fh,"<...",\$scalar); + open($fh,"<",\$scalar); + open($fh,">",\$scalar); + +or + + open($fh,"<:scalar",\$scalar); + open($fh,">:scalar",\$scalar); =head1 DESCRIPTION