[Chicago-talk] Debugger with HTML::Treebuilder

Andy Lester andy at petdance.com
Mon Sep 27 14:59:24 CDT 2004


On Mon, Sep 27, 2004 at 02:48:20PM -0500, Leland Johnson (easyasy2k at gmail.com) wrote:
> I keep having to kill perl manually when I use the debugger on
> t/tree.t I'm just doing `perl -dT t/tree.t` I'm pretty sure this has
> something to do with HTML::TreeBuilder's recursive voodoo magic.

I think you actually want

perl -T -d t/tree.t

I think that stacking T on -d makes it think it wants a debugger module
named "T".

xoa

-- 
Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance


More information about the Chicago-talk mailing list