in reply to Re: Can't locate object method "getElementsByClassName" via package "HTML::TagParser::Element"
in thread Can't locate object method "getElementsByClassName" via package "HTML::TagParser::Element"

I worried that if I tried to trim anything I would cut out the part that magically makes my problem happen even though it looks like it has nothing to do with it. :P

Thanks, I'll try that module then.

  • Comment on Re^2: Can't locate object method "getElementsByClassName" via package "HTML::TagParser::Element"

Replies are listed 'Best First'.
Re^3: Can't locate object method "getElementsByClassName" via package "HTML::TagParser::Element"
by Laurent_R (Canon) on Nov 26, 2014 at 20:04 UTC
    Making the effort of trimming your code to a more reasonable length and still exhibit the problem might actually help you figuring out by yourself where the error is. And it will make it easier for us to help you if you did not solve the problem yourself in the course of that process.
Re^3: Can't locate object method "getElementsByClassName" via package "HTML::TagParser::Element"
by Anonymous Monk on Nov 27, 2014 at 00:15 UTC

    I worried that if I tried to trim anything I would cut out the part that magically makes my problem happen even though it looks like it has nothing to do with it. :P

    Thats why you make a copy of the file each time you trim, that way, if the problem disappears, you can go back a file ;)