lör 2009-10-24 klockan 17:23 -0200 skrev Joao S Veiga:

> I shrank the script to a minimum, just to isolate the problem:
> ##########################################
> yankee:/var/log/squid3# cat /usr/local/bin/webl.pl
> #!/usr/bin/perl
> use warnings;
> use strict;
> $_=1;

here is the error. Should be
$|=1;

to tell perl not to buffer the script output.

Regards
Henrik

Reply via email to