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

Reply via email to