open and Q?=

From: Ruben (vandamme.ruben_at_belgacom.net)
Date: 11/25/04


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



Relevant Pages

  • Re: open and ñ
    ... > I'm making an gui for a program and therefor I use the ... But when I type my command in an eterm ... How can I stop perl from changing this ... > character into another one? ...
    (perl.beginners)
  • encoding problem?
    ... one of which is to decode html entities. ... rather into pairs of unusual characters; and the command ... Wide character in print, line 1. ... (I am seriously new to this - only started looking at Perl yesterday!) ...
    (perl.beginners)
  • Re: Search.bat from the command line
    ... and I would like to search for a special character, ... Perl command line, meaning after I type "Perl" at the commadn prompt, ... would you provide more informatino on how I would use an HTML ...
    (comp.lang.perl.misc)
  • Re: Search.bat from the command line
    ... and I would like to search for a special character, ... Perl command line, meaning after I type "Perl" at the commadn prompt, ... Since you haven't shown us the code, it is hard to tell what the problem is, but an educated guess is that your program is using regular expressions to locate the search string. ...
    (comp.lang.perl.misc)
  • vi editor FAQ (Frequently Asked Question List), Part 2/2
    ... has the UCB distribution of vi, and lots of useful macros. ... m0 is the ex command to move the line to line 0. ... Swap character and one vertically above: ... A non-visual editor under Unix. ...
    (comp.unix.questions)