in reply to Tracking down "uninitialized value" errs
You can use try/catch block from module Error (look at examles in the module documentation and in the article Object Oriented Exception Handling in Perl).
About strange error messages, try to look at perldelta (Perl 5.6.1)::Improved diagnostics.
Hope I helped.-------------------------------- SV* sv_bless(SV* sv, HV* stash);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Tracking down "uninitialized value" errs
by Abigail-II (Bishop) on Jul 30, 2003 at 10:49 UTC | |
by nite_man (Deacon) on Jul 30, 2003 at 11:23 UTC | |
by Abigail-II (Bishop) on Jul 30, 2003 at 11:36 UTC | |
by nite_man (Deacon) on Jul 30, 2003 at 12:00 UTC |