<P>This will predeclare all the subroutine whose names are
in the list, allowing you to use them without parentheses
even before they're declared.</P>
<P>Unlike pragmas that affect the <CODE>$^H</CODE> hints variable, the <CODE>use vars</CODE> and
<CODE>use subs</CODE> declarations are not BLOCK-scoped. They are thus effective
for the entire file in which they appear. You may not rescind such
declarations with <CODE>no vars</CODE> or <CODE>no subs</CODE>.</P>
<P>See <A HREF="../lib/Pod/perlmodlib.html#pragmatic modules">Pragmatic Modules in the perlmodlib manpage</A> and <A HREF="../lib/strict.html#strict subs">strict subs in the strict manpage</A>.</P>