Catalyst-Controller-WrapCGI

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    
        $| = 1;
    
        print header;
    
        for (0..1000) {
            print $_, br, "\n";
            sleep 1;
        }

    because the coderef is executed synchronously with STDOUT pointing to a
    temp file.

ACKNOWLEDGEMENTS

    Original development sponsored by http://www.altinity.com/

SEE ALSO

    Catalyst::Controller::CGIBin, CatalystX::GlobalContext,
    Catalyst::Controller, CGI, Catalyst

lib/Catalyst/Controller/WrapCGI.pm  view on Meta::CPAN


    $| = 1;

    print header;

    for (0..1000) {
        print $_, br, "\n";
        sleep 1;
    }

because the coderef is executed synchronously with C<STDOUT> pointing to a temp
file.

=head1 ACKNOWLEDGEMENTS

Original development sponsored by L<http://www.altinity.com/>

=head1 SEE ALSO

L<Catalyst::Controller::CGIBin>, L<CatalystX::GlobalContext>,
L<Catalyst::Controller>, L<CGI>, L<Catalyst>



( run in 0.294 second using v1.01-cache-2.11-cpan-0d8aa00de5b )