Vars

vars(3p) Perl Programmers Reference Guide vars(3p)

Vars

vars(3p) Perl Programmers Reference Guide vars(3p) # vars(3p) Perl Programmers Reference Guide vars(3p) NNAAMMEE # vars - Perl pragma to predeclare global variable names SSYYNNOOPPSSIISS # use vars qw($frob @mung %seen); DDEESSCCRRIIPPTTIIOONN # NOTE: For use with variables in the current package for a single scope, the functionality provided by this pragma has been superseded by "our" declarations, available in Perl v5.6.0 or later, and use of this pragma is discouraged. ...