nlafferty has asked for the wisdom of the Perl Monks concerning the following question:
$main::SQL="SELECT oid,* FROM timeclock WHERE end_stamp = NULL AND use +rname = '$username'"; common::sql::Do_SQL(); @clocked_in = $common::sql::sth->fetchrow(); #unless ($clocked_in[1] eq "$username"){ if (@clocked_in == undef){ clock_in_form($username, $date, $time);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: undefined array use
by japhy (Canon) on May 03, 2002 at 21:48 UTC | |
|
Re: undefined array use
by sparkyichi (Deacon) on May 03, 2002 at 21:49 UTC | |
|
Re: undefined array use
by Fastolfe (Vicar) on May 04, 2002 at 15:49 UTC | |
|
Re: undefined array use
by nlafferty (Scribe) on May 03, 2002 at 22:04 UTC | |
by nlafferty (Scribe) on May 04, 2002 at 15:59 UTC |