bareword::filehandles(3) mojave man page | unix.com

Man Page: bareword::filehandles

Operating Environment: mojave

Section: 3

bareword::filehandles(3)				User Contributed Perl Documentation				  bareword::filehandles(3)

NAME
bareword::filehandles - disables bareword filehandles
VERSION
version 0.003
SYNOPSIS
no bareword::filehandles; open FH, $file # dies open my $fh, $file; # doesn't die print FH $string # dies print STDERR $string # doesn't die
DESCRIPTION
This module lexically disables the use of bareword filehandles with builtin functions, except for the special builitin filehandles "STDIN", "STDOUT", "STDERR", "ARGV", "ARGVOUT" and "DATA".
METHODS
unimport Disables bareword filehandles for the remainder of the scope being compiled. import Enables bareword filehandles for the remainder of the scope being compiled.
SEE ALSO
perlfunc, B::Hooks::OP::Check.
AUTHOR
Dagfinn Ilmari Mannsaaker <ilmari@ilmari.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Dagfinn Ilmari Mannsaaker. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2011-03-15 bareword::filehandles(3)
Related Man Pages
module::loaded(3pm) - suse
perl::critic::policy::inputoutput::requirebriefopen(3) - centos
module::loaded(3pm) - centos
io::bufferedselect(3pm) - debian
perl::critic::policy::inputoutput::prohibitbarewordfilehandles(3pm) - debian
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
12-Core MacPro (2013) kernel_task over 1200%
Cannot extract libraries using sed
My first PERL incarnation... Audio Oscillograph
[BASH] eval command not expanding variables as expected.