From: Maik Kündig <[email protected]>
> I need some help to debug a external_acly_type problem.
> 
> #!/usr/bin/perl
> $|=1;
> while (<>) {
>   print "OK";
> }

Maybe try with:

  print "OK\n";

JD




Reply via email to