in reply to Tracking down errors in data from input files.
For debugging I always use Carp::confess (it's in core) instead of die, which gives me a full stack trace.
If you want to associate additional informations (like line numbers) with your data, I recommend the object oriented approach.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tracking down errors in data from input files.
by why_bird (Pilgrim) on Mar 07, 2008 at 11:20 UTC | |
by moritz (Cardinal) on Mar 07, 2008 at 11:32 UTC | |
by why_bird (Pilgrim) on Mar 14, 2008 at 09:50 UTC |