I have a prepare statement for a select using DBI In ORACLE.

 

One of the attributes can be null or can contain data.   How do I set up
my scalar for the

execute?

 

I tried $scalar = 'NULL';

if it was null but didn't work.

 

Thanks

 

Reply via email to