open and Q?=
From: Ruben (vandamme.ruben_at_belgacom.net)
Date: 11/25/04
- Next message: Jenda Krynicky: "Re: open and ñ"
- Previous message: Kamal Gupta: "Calling functions using variable (I mean symbolic refs)"
- Next in thread: Jenda Krynicky: "Re: open and ñ"
- Reply: Jenda Krynicky: "Re: open and ñ"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Nov 2004 22:05:17 +0000 To: beginners@perl.org
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
- Next message: Jenda Krynicky: "Re: open and ñ"
- Previous message: Kamal Gupta: "Calling functions using variable (I mean symbolic refs)"
- Next in thread: Jenda Krynicky: "Re: open and ñ"
- Reply: Jenda Krynicky: "Re: open and ñ"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|