From: ruben <[EMAIL PROTECTED]>
> I'm making an gui for a program and therefor I use the
>
> open(OPEN, 'command');
> while (<OPEN>){
> ...
> }
>
> In my arguments I need to use an ń. When I execute this command
> through perl it changes this character in a 3 other ones, and of
> course that generates errors. But when I type my command in an eterm
> everything works fine. How can I stop perl from changing this
> character into another one?
perldoc -f binmode
Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>