in reply to Re: How to make that works with perl
in thread How to make that works with perl

use CGI::Pretty qw(:standard :cgi-lib);

Why :cgi-lib?

$| = 1; # Unbuffered output

Why force separate network packets for each of the four prints?

Replies are listed 'Best First'.
Re^3: How to make that works with perl
by GrandFather (Saint) on Apr 14, 2007 at 03:20 UTC

    Sigh. Cargo cult copy and paste from other code. :( Probably made sense in the other context, but not here.


    DWIM is Perl's answer to Gödel