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)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 builtin 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.14.2 2012-04-09 bareword::filehandles(3pm)
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 |