Correction: 'use vars ..' not 'use var'.

Submitted by:	des
This commit is contained in:
joe 2000-10-17 15:50:22 +00:00
parent b918a3ad6c
commit 64c0465316

View File

@ -97,7 +97,7 @@ using a
.Fa var
definition block:
.Bd -literal -offset 0i
use var qw($globalscalar @globalarray %globalhash);
use vars qw($globalscalar @globalarray %globalhash);
.Ed
.Pp
In some cases it may be appropriate to use