Man Page: bareword::filehandles
Operating Environment: mojave
Section: 3
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)
| Similar Topics in the Unix Linux Community |
|---|
| Shopt -s histappend |
| My first PERL incarnation... Audio Oscillograph |
| Controlling user input |
| Python 3.8.0rc1 released. |