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.

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 = '...';


    Unless I state otherwise, all my code runs with strict and warnings