in reply to Can't locate auto/HTML/TreeBuilder/disembowel.al
Well that's odd. HTML::TreeBuilder from HTML-Tree-3.18 and it base classes are pure perl modules which don't use dynaloader or even AUTOLOAD. So why would perl be looking for a .al? disembowel is defined as sub disembowel { $_[0]->guts(1) } in TreeBuilder.pm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't locate auto/HTML/TreeBuilder/disembowel.al
by pingo (Hermit) on Sep 14, 2004 at 14:30 UTC | |
by ikegami (Patriarch) on Sep 14, 2004 at 15:06 UTC | |
by pingo (Hermit) on Sep 14, 2004 at 15:28 UTC |