On Mon, 11 Apr 2005, Lloyd Sartor wrote:
> I get an unusual error: Can't open perl script "and" when testing.
> t\01basic.Can't open perl script "and": No such file or directory
> Failed to autogenerate C:\Documents and Settings\a1027277\My
> Documents\Perl\Inli
> ne-CPP\Inline-CPP-0.25\_Inl
252
Aktive Codepage: 1252.
C:\>perl -e "print ord('é'),chr(233);"
233é
C:\>perl
print ord('é'),chr(233);
^D
233é
Ciao
Daniel
On Tue, 22 Mar 2005, Daniel Schroeer wrote:
> Hello,
>
> I use Activestate perl 5.8.4 (build 810) on Wind
Hello,
I use Activestate perl 5.8.4 (build 810) on Windows 2000 and XP (same
behaviour).
I have problems with codepages in the command shell.
C:\>perl -e "print ord('é'),chr(233);"
233Ú
C:\>perl
print ord('é'),chr(233);
^D
130Ú
C:\>perl
use POSIX qw(locale_h);
print setlocal