Re: Perl Issues: returning boolean

  • From: Nigel Thomas <nigel_cl_thomas@xxxxxxxxx>
  • To: oracle-l <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 22 Feb 2008 11:08:39 -0800 (PST)

2.  They say that Perl can't handle Boolean values.  Is that true?  Any 
guidance here? 



PS - regardless of Perl - booleans are not supported by SQL either, so whatever 
language you use to interface with a PL/SQL procedure, you would have to 
convert them to some datatype that IS supported by SQL (eg Y/N, 0/1, etc).

Regards Nigel

Other related posts:

  • » Re: Perl Issues: returning boolean