|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^4: Use of uninitialized value in subroutine entry at C:/Perl/lib/HTML/TreeBuilder.pm line 108.by Athanasius (Vicar) |
| on Dec 26, 2012 at 09:02 UTC ( #1010345=note: print w/ replies, xml ) | Need Help?? |
|
Line 108 of HTML::TreeBuilder is a call to HTML::TreeBuilder::parse, which (according to lines 1967–8 of the source code) is inherited from HTML::Parser. Parts of that module — including the parse method — are implemented in C, which is compiled for your local machine when you install the module. So, it seems there are two possibilities:
Hope that helps,
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||