in reply to Debugging a module?
That would allow you to step through the code, since it's done at runtime instead of compile time.#!/usr/bin/perl require Hairy::Module; # optionally, also import its symbols: # import Hairy::Module;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Debugging a module?
by dstar (Scribe) on Apr 06, 2006 at 01:10 UTC | |
by QM (Parson) on Apr 06, 2006 at 02:49 UTC | |
by dstar (Scribe) on Apr 06, 2006 at 13:50 UTC | |
by rhesa (Vicar) on Apr 06, 2006 at 01:41 UTC |