Hello Everyone,
Recently I did some database connection to Oracle via DBD::Oracle.
I manage to conncec to server, the follow statement does not
work:
-- ## Begin Perl Code ## --
my $sqlcmd = "select * from street";
my $tbh = $dbh->prepare($sqlcmd);
$tbh
Hello,
Anyone out there actually play with Unicode::Map8,
Unicode::String or Unicode::Map?
I don't seem to be make my code working. I am trying
to convert from a utf8 => utf16. Reading from the
document seems to imply one of the above module
should be able to help me. But, I don't understand
ho