andrew has asked for the wisdom of the Perl Monks concerning the following question:
I get this error#----Error Checking @required = qw(first second clan nick pass repass email reemail stree +t postal city country); $req_err; for (@required) { next if param($_); $req_err++; last; } if ($req_err) { error("You forgot some required fields"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Hmm I get this error from $q's
by clintp (Curate) on Jul 14, 2002 at 16:47 UTC | |
by thunders (Priest) on Jul 14, 2002 at 16:55 UTC | |
|
Re: Hmm I get this error from $q's
by rob_au (Abbot) on Jul 15, 2002 at 00:39 UTC |