vars
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.003 with
Index
Return to Main Contents
NAME
vars - Perl pragma to predeclare global variable names
SYNOPSIS
use vars qw($frob @mung %seen);
DESCRIPTION
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.
See the section on Pragmatic Modules in the perlmod manpage.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:04:56 GMT, December 08, 2024