Home : Products : DBMan : Customization :

Products: DBMan: Customization: Re: [alon_g] Perl syntax problem: Edit Log

Here is the list of edits for this post
Re: [alon_g] Perl syntax problem
Quote:
Maybe it's the hebrew that causes the problem.

Here's the code I'm testing with...it prints 1 for me....

Code:
my $foo = 'ישראל';

$foo eq "\xE9\xF9\xF8\xE0\xEC" and print 1;

....even....

Code:
$foo eq 'ישראל' and print 1;

...works.

Last edited by:

Paul: Jul 18, 2002, 12:05 PM

Edit Log: