in reply to
Re: Creating HTML page
in thread
Creating HTML page
Oh nooo....lotss of errors when I added
use strict;
use warnings;
to this script. Almost all the errors are Global symbol "$count" requires explicit package name at frame7.pl line 7.
Comment on
Re^2: Creating HTML page
Replies are listed 'Best First'.
Re^3: Creating HTML page
by
FunkyMonk
(Bishop)
on Aug 05, 2008 at 10:57 UTC
So, declare each of them when you first use them with
my
...
my $outname = '...';
[download]
Unless I state otherwise, all my code runs with
strict
and
warnings
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom