in reply to Re: Perl OO Lint
in thread Perl OO Lint
Because my if () was always false due to a mispelling, I was just dieing with the prior eval error message, thus supressing the "missing object method" error message. Egads!eval { $lock->create() }; if (my $exception = My::Execption::Lock::Exists->caught()) { while ($lock->query()) { sleep 180; } exit 0; } die $@ if $@;
My shame for all Perl monks to see.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl OO Lint
by ikegami (Patriarch) on Mar 13, 2006 at 23:13 UTC | |
by jffry (Hermit) on Mar 14, 2006 at 18:05 UTC |