[EMAIL PROTECTED] wrote:
Thanks, finally found the right combination...

  {
    local $| = 1;
    $r->content_type('text/html');
    $r->send_http_header;
    print "Testing...\n";
  }
Peruse the docs and they will save your time:
http://perl.apache.org/docs/1.0/guide/performance.html#Using____1_Under_mod_perl_and_Better_print___Techniques_

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to