Dtermine whether a filehandle is opened for reading, writing, or both
http://search.cpan.org/perldoc?FileHandle::Fmode
$bool = is_FH($fh);
$bool = is_FH(\*FH);
This is just a (more intuitively named) alias for is_arg_ok().
Returns 1 if its argument is an open filehandle.
Returns 0 if its argument is something other than an open filehandle.
Author:
-------
Sisyphus
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-FileHandle-Fmode && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
FileHandle-Fmode-0.15.tar.gz | 0000006589 6.43 KB | |
perl-FileHandle-Fmode.changes | 0000000888 888 Bytes | |
perl-FileHandle-Fmode.spec | 0000001850 1.81 KB |
Latest Revision
Dirk Stoecker (dstoecker)
accepted
request 1182888
from
Tina Müller (tinita)
(revision 8)
- updated to 0.150.0 (0.15) see /usr/share/doc/packages/perl-FileHandle-Fmode/CHANGES 0.15 - Doc improvements. - Avoid win32_fmode() when perl is built by UCRT compiler, as UCRT changes struct _iobuf. (Affects MSWin32 only.)
Comments 0