Java Mailing List Archive

http://www.apache-httpd.com/

Home » modperl.perl »

is there a maximum output character length ?

william

2008-05-21

Replies: Find Java Web Hosting

Author LoginPost Reply
Hello, I am just so tired after hours of debugging, why does is never
write text into the file completely ? It has not problem if using CGI.

Let's say if I have
$ruleStr = "aaaaaaaaaaaaaa eeeeeeeeeeeeeee";

open(PARSER,">$self->{parser}.pm");
print PARSER $ruleStr;


It will write a few characters only, not complete. Is there a thread
problem or something ?
Thanks
©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.