in reply to Re^3: Undefined Error
in thread Undefined Error

Hi Poj,

I am only getting print statement for time, here is the output, i should get number of counts, and print statement as bad user.

Now is 17/Jun/2013 404 mins 17/Jun/2013:06:12:37 -0600 = 17/Jun/2013 06 12 ; 372 <=> 404 17/Jun/2013:06:32:34 -0600 = 17/Jun/2013 06 32 ; 392 <=> 404 17/Jun/2013:06:32:46 -0600 = 17/Jun/2013 06 32 ; 392 <=> 404 17/Jun/2013:06:32:55 -0600 = 17/Jun/2013 06 32 ; 392 <=> 404 17/Jun/2013:06:33:28 -0600 = 17/Jun/2013 06 33 ; 393 <=> 404
Thanks.

Replies are listed 'Best First'.
Re^5: Undefined Error
by poj (Abbot) on Jun 17, 2013 at 14:24 UTC

    See what you get with the count condition commented out like this ;

    print "\t=> Bad user $uid ! count = $count\n";# if  $count > 3;

    Or change the value from 3 to 0

    poj