Hi everyone

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?


Thanx

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




Reply via email to