The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::TieHandle - tie stdio to Apache's i/o methods

SYNOPSIS

 use Apache::TieHandle ();

 tie *STDOUT => 'Apache::TieHash';

 print "Content-type: text/html\n\n" .
      "Ah, just like CGI\n";

DESCRIPTION

This module tie's stdio filehandles to Apache's i/o methods.

*** NOTE *** This is experimental, you must apply Sven Verdoolaege's patch 'pp_hot.patch' for it to work

AUTHOR

Well, Doug MacEachern wrote it, but it wouldn't be possible without the efforts of Larry Wall and the fearless perl5-porters who implemented tie'd filehandles...