in reply to Re: How to return errors from my object oriented subroutine
in thread How to return errors from my object oriented subroutine
if ($email->check_validity() == $EMAIL_DUPLICATE) { send_error_page(message => 'that e-mail is already in use'); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re3: How to return errors from my object oriented subroutine
by dragonchild (Archbishop) on Aug 19, 2003 at 20:31 UTC | |
|
Re: Re: Re: How to return errors from my object oriented subroutine
by princepawn (Parson) on Aug 19, 2003 at 20:21 UTC | |
by perrin (Chancellor) on Aug 19, 2003 at 20:42 UTC |