in reply to Re: Nagios plugin gives “no output returned” using compiled perl
in thread Nagios plugin gives “no output returned” using compiled perl

That was it!!

$| = 1;

OMG I cant believe it was so stupidly obvious!! Thanks's a bunch!! Ive posted this everywhere but Perl monks are the best :-)

  • Comment on Re^2: Nagios plugin gives “no output returned” using compiled perl