Hello, everyone.

Perl debuger hangs up when a script includes 'encoding' directive.

Here is a snippet of my code that makes perl debuger hang.

-----
#!/opt/ActivePerl-5.8/bin/perl -w

use encoding 'euc-jp';

sleep 60;
-----

My environment is,
Linux 2.4.31
ActivePerl-5.8.7.815

I would like to know if any fixes exist or I could work around this problem 
with using encoding directive.
I'll appreciate your help.

Best,
 Takushi Usami




_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to