debian man page for bareword::filehandles

Query: bareword::filehandles

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

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 builtin 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.14.2 2012-04-09 bareword::filehandles(3pm)
Related Man Pages
module::loaded5.18(3pm) - mojave
perl::critic::policy::inputoutput::requirebriefopen(3) - centos
module::loaded(3pm) - osx
perl::critic::policy::inputoutput::prohibitbarewordfilehandles(3pm) - debian
perl::critic::policy::inputoutput::requirebriefopen(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph