LC_CTYPE=cs_CZ
LC_MESSAGES=cs_CZ
you probably should set it to de_DE or german. Look on some HOWTO about setting
locale.
You can look at 'perldoc perllocale' too
Miroslav Suchy
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Wiggins D'Anconia wrote:
The snippet you sent worked fine for me both at the command line and
through CGI (Linux RH 8.0, Apache 2.x, Perl 5.8.0, Mozilla 1.2.x). Is
there anything abnormal about your perl setup? What version of Perl and
IPC::Open2 do you have? Are the permissions set correct o
ce:
some http and html headers
lupou
some html foot
and as cgi under apache:
undef
instead of the string 'lupou'
Miroslav Suchy
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Greetings.
I have problem with following code. It read output from ispell using
IPC::Open2. When I run it from command line, then everything is ok. But
when I run it under Apache as cgi -- it do not read output from ispell.
Actually it read first line from ispell so IPC::Open2 is probably ok...
Whe