Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Select Multiple Form Field via Perl into Oracle error
In article <gYcx3.25$2B2.6097_at_news.enterprise.net> on Thu, 26 Aug 1999
16:16:24 +0100, JB <jb_1099_at_hotmail.com> says...
> I tried this already but have since discovered an odd character in there but
> have no idea what it is - i've tried eplacing all \t, \r, \v, \b, \n, \f
> characters but it aint on of them. Anyone got a way to interpret or convert
> characters in a string to a readable format for stripping out in Perl?
unpack 'H*', $string
--
(Just Another Larry) Rosler
Hewlett-Packard Laboratories
http://www.hpl.hp.com/personal/Larry_Rosler/
lr_at_hpl.hp.com
Received on Thu Aug 26 1999 - 10:46:00 CDT
![]() |
![]() |