Bart, thank you for your reply.
I made the change by your hint. It seems my problems are still there.
When I try
$perl -e 'print "test";'

I still don't get "test".

I have another problem which also confuses me:
one simple CGI:

## test.pl
-----
#!/usr/local/bin/perl -w

print "content-type: text/html\n\n";
print "test";

-----

After I linked to localhost/cgi-bin/test.pl, it alwasy gives me
a quick response. But If I hit that link again within 1 second,
then the response takes 2 or more seconds. My apache2 (httpd-2.0.40-11) spawns 8 default children. Why does my second hit take that long?



best regards


Yuming




From: "Bart SCHELSTRAETE" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED],  [EMAIL PROTECTED]
Subject: Re: Who can help me with these problems?
Date: Sat, 22 Feb 2003 20:55:19 +0100

Yuming Zhang wrote:

(3) I was very excited when Redhat8.0 and Perl5.8 came out. Now I feel very disappointed.
I don't know which one should be blamed: Redhat8.0, Perl5.8 or myself?


I also had some problem with RedHat 8.0 and Perl programs , and this because RedHat8.0 changed their default LANG to UTF8.

Try changing the following file:
      /etc/sysconfig/i18n

and change the following lines to:

   LANG=C
   SUPPORTED=C

(it's better to reboot your machine after doing that)

rgrds,

Bart


_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to