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

Submitted by:	des
This commit is contained in:
joe 2000-10-17 15:50:22 +00:00
parent 393b409af0
commit f97bc6fd1b

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