"sewe_perl" schreef:
> I wrote a program with activeperl 5.6 some days before,and it could
> work well.
> but today I run it under activeperl 5.8,it can work but there are
> some warnings(Please see the appendix). By the way,activeperl 5.8 do
> not support Chinese?

I guess that you need to put a

  use encoding 'GB2312' ;

right after the standard lines with

#!/usr/bin/perl
# some description
  use strict ;
  use warnings ;

but certainly before the line with

  use Tk::Widget ;

-- 
Affijn, Ruud

"Gewoon is een tijger."



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


  • help me! sewe_perl
    • Re: help me! Dr.Ruud

Reply via email to