On Thu, 15 Mar 2001, Joern Janoschek wrote:

> What makes me scratch my head is the fact that the exit was
> placed before the dbi connect call... which leads me to the
> conclusion that the exit was simply not executed at all, no
> override version or something else. Strange...

Why scratch you head, just try it!

warn 'This is BEFORE the exit statement';
exit;
warn 'This is AFTER the exit statement';

On my systems I see only the 1st line...

-- 
-- Tom Mornini
-- InfoMania Printing and Prepress

Reply via email to