in reply to Re: Re: html->perl->c->perl...... work dang it
in thread html->perl->c->perl...... work dang it

When strict rules are in effect, any global symbol must be accounted for. This helps find many typo problems, as well as accidental variable sharing.

In almost all cases, before the first use of any given variable, declare the variable with a my $foo; or my @blah;.

--
[ e d @ h a l l e y . c c ]