in reply to undefined value as a hash reference?
The problem is here: $RS_UsersToRemind->Fields('idEnrollee')->{Value}
Obviously $RS_UsersToRemind->Fields('idEnrollee') returned undef for some reason.
You can check that value before composing SQL query.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: undefined value as a hash reference?
by grashoper (Monk) on Oct 31, 2008 at 19:46 UTC |