Help for this page

Select Code to Download


  1. or download this
    use File::Temp qw(tempfile);
    use IO::Handle;
    ...
    print $fh "hello";
    $fh->flush();
    $r->sendfile($filename);