Help for this page

Select Code to Download


  1. or download this
    $r->print(" ");
    $r->rflush();
    
  2. or download this
        my $r = Apache2::Request->new();
    
    ...
        open($fh, $file) or die $!;
        $r->print(<$fh>);