in reply to Re: Parsing HTML into various files
in thread Parsing HTML into various files
Quick question, does use strict; and putting in my %hash; change the basic makeup of the script? I am getting the following error after those two changes:
Can't call method "get_token" on an undefined value at C:\Documents an +d Settings\ME\My Documents\fantasy\files\perl\parser.pl line 11.
Line 11 in my copy of the script is $parser->get_token('table'); Yes, I expanded the variables in the script. :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Parsing HTML into various files
by psini (Deacon) on Aug 25, 2010 at 08:48 UTC | |
|
Re^3: Parsing HTML into various files
by bart (Canon) on Aug 25, 2010 at 10:00 UTC | |
by Lady_Aleena (Priest) on Aug 25, 2010 at 17:56 UTC | |
by bart (Canon) on Aug 25, 2010 at 18:43 UTC | |
by Lady_Aleena (Priest) on Aug 25, 2010 at 19:05 UTC | |
by psini (Deacon) on Aug 25, 2010 at 18:09 UTC | |
by bart (Canon) on Aug 25, 2010 at 18:38 UTC |