You are seeing Ask web results for Predeclare.
1. to make known or state clearly, esp. in explicit or formal terms: to declare one's position in a controversy. 2. to announce officially; proclaim: to ...
dictionary.reference.com/browse/predeclare?qsrc=2446 dictionary.reference.com/browse/predeclare?qsrc=2446
This will predeclare all the subroutine whose names are in the list, allowing you to use them without parentheses even before they're declared.
www.xav.com/perl/lib/subs.html
use subs qw(sub1 sub2 sub3); ... This predeclares the subroutines whose names are in the list, allowing you to use them without parentheses even before they're defined. It has the additional benefit of allowing you to override built-in functions, since you may only override built-ins via an import, ... See also the vars module.
docstore.mik.ua/orelly/perl/prog/ch07_060.htm
This will predeclare all the variables whose names are in the list, allowing you to use them under ``use strict'', and disabling any typo warnings. ...
theory.uwinnipeg.ca/CPAN/perl/lib/vars.html
Perl 5.8 Documentation - subs - Perl pragma to predeclare sub names.
perl.active-venture.com/lib/subs.html
Seth Woolley's Man Viewer, Unix Manuals, vars(3) - vars - Perl pragma to predeclare global variable names (obsolete) - man 3 vars.
swoolley.org/man.cgi/3/vars
Aug 1, 2008 ... Comment on IO::All bug on XP -- Do you need to predeclare spiffy_constructor? ... Re: IO::All bug on XP -- Do you need to predeclare ...
www.perlmonks.org/index.pl?node_id=523859
This will predeclare all the variables whose names are in the list, allowing you to use them under ``use strict'', and disabling any typo warnings. ... Unlike pragmas that affect the $^H hints variable, the use vars and use subs declarations are not BLOCK-scoped. They are thus effective for the entire file in which they...
www.perl.com/doc/manual/html/lib/vars.html
This will predeclare all the subroutine whose names are in the list, allowing you to use them without parentheses even before they're declared. ... Unlike pragmas that affect the $^H hints variable, the use vars and use subs declarations are not BLOCK-scoped. They are thus effective for the entire file in which they...
www.perl.com/doc/manual/html/lib/subs.html
Perl pragma to predeclare global variable names (obsolete) ... This will predeclare all the variables whose names are in the list, allowing you to use them under "use strict", and disabling any typo warnings.
kobesearch.cpan.org/htdocs/perl/vars.html