On 09/01/2010 04:54 AM, Vitaliy Margolen wrote:
On 08/31/2010 04:58 AM, GOUJON Alexandre wrote:
Is the attached patch well formed ?
- if( $codepage == 1361 ) my $lb_ranges = ( 0x81, 0xd3, 0xd8,
0xde, 0xe0, 0xf9, 0x00, 0x00 );
- else my $lb_ranges = get_lb_ranges();
No, it's wrong. Perl requires curly braces for if(){}else{}.
Thank you but it was still not working, so I read a perl tutorial ($->@ and moved 'my' above ). Now it works. I just sent the patch.
Thanks for your help !