Query: bareword::filehandles
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
bareword::filehandles(3) User Contributed Perl Documentation bareword::filehandles(3)NAMEbareword::filehandles - disables bareword filehandlesVERSIONversion 0.003SYNOPSISno bareword::filehandles; open FH, $file # dies open my $fh, $file; # doesn't die print FH $string # dies print STDERR $string # doesn't dieDESCRIPTIONThis module lexically disables the use of bareword filehandles with builtin functions, except for the special builitin filehandles "STDIN", "STDOUT", "STDERR", "ARGV", "ARGVOUT" and "DATA".METHODSunimport Disables bareword filehandles for the remainder of the scope being compiled. import Enables bareword filehandles for the remainder of the scope being compiled.SEE ALSOperlfunc, B::Hooks::OP::Check.AUTHORDagfinn Ilmari Mannsaaker <ilmari@ilmari.org>COPYRIGHT AND LICENSEThis 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)