> When attempting to display a formatted string in Perl using Oracle -
> 
> SELECT 
>    TO_CHAR(dollar_amt, '$999,999.99')
>    FROM 
>    table;
> 
> It breaks the code.  It does work as a straight SQL query outside of
Perl.   Any ideas?
> 

"It breaks the code" is a rather vague statement. How does it break the
code? What is the error reported?  Are you using DBI?

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to