in reply to Re^4: Parsing HTML into various files
in thread Parsing HTML into various files
I don't know what you were trying to do, but { @table } IS an anonymous hash with an odd number (1) of elements.
Maybe you intended
$hash{$key} = \@table;
Rule One: "Do not act incautiously when confronting a little bald wrinkly smiling man."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Parsing HTML into various files
by bart (Canon) on Aug 25, 2010 at 18:38 UTC |