in reply to Re^2: calling a stored procedure using DBI.pm
in thread calling a stored procedure using DBI.pm
isn't the backslash (\) character needed in front of every '@' character within the string...
Yes it is. I think under older perls, it may have been just a warning, but now you definitely need the backslash to not try to interpolate arrays in a double quoted string (and is a fatal error under use strict if you try to interpolate a non-existant array).
|
|---|