in reply to CGI::Application design strategy
Update: Added 'return' (following rchiav).sub login_submit{ my $self = shift; . . . if(badlogin()){ return $self->login(); } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI::Application design strategy
by rchiav (Deacon) on Mar 02, 2004 at 15:13 UTC | |
by jdtoronto (Prior) on Mar 02, 2004 at 15:39 UTC | |
by zby (Vicar) on Mar 03, 2004 at 12:50 UTC |