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

Submitted by:	des
This commit is contained in:
Josef Karthauser 2000-10-17 15:50:22 +00:00
parent fa0be99954
commit e77c53b0be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67255

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