[Novalug] a perl question
Ed T. Toton III
bones at necrobones.net
Mon Jan 8 17:06:15 EST 2007
Thus spake Igor Birman:
> Megan,
>
> You need to initialize the FORM as a hash type and pairs as an array. Do this:
>
> my %FORM = "";
> my @pairs = ();
The "FORM" declaration should be:
my %FORM = ();
Note the parens. You want to assign it an empty list, not an empty string.
------------------------------------------------------------------
- Ed T. Toton III, RHCE --|-- www.necrobones.com -- ed.toton.org -
------------------------------------------------------------------
Gates's Law: "The speed of software halves every 18 months"
More information about the Novalug
mailing list