in reply to Re^2: DBI SQL adding array of values
in thread DBI SQL adding array of values
Yeah, @data == @table works today, but I'm always worried that someday it will mean "if the contents of @data match the contents of @table. Better to explicitly compare the number of elements, as scalar's behavoir is less likely to change.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: DBI SQL adding array of values
by diotalevi (Canon) on Oct 29, 2004 at 17:29 UTC | |
by radiantmatrix (Parson) on Oct 29, 2004 at 20:30 UTC |