perlio::scalar(3pm) redhat man page | unix.com

Man Page: perlio::scalar

Operating Environment: redhat

Section: 3pm

PerlIO::scalar(3pm)					 Perl Programmers Reference Guide				       PerlIO::scalar(3pm)

NAME
PerlIO::scalar - support module for in-memory IO.
SYNOPSIS
open($fh,"<",$scalar); open($fh,">",$scalar); or open($fh,"<:scalar",$scalar); open($fh,">:scalar",$scalar);
DESCRIPTION
"PerlIO::scalar" only exists to use XSLoader to load C code that provides support for treating a scalar as an "in memory" file. All normal file operations can be performed on the handle. The scalar is considered a stream of bytes. Currently fileno($fh) returns "undef". perl v5.8.0 2002-06-01 PerlIO::scalar(3pm)
Related Man Pages
perlio::via::quotedprint(3pm) - mojave
perlio::via::dynamic(3) - osx
glib::flags(3pm) - debian
gnome2::uidefs(3pm) - debian
gtk2::rcstyle(3pm) - debian
Similar Topics in the Unix Linux Community
Make all words begin with capital letter?
How to capture ^x,^y via bash script?
Retrieving previous command in a script
CentOS7 restoring file capabilities
Docker learning Phase-I