Help for this page

Select Code to Download


  1. or download this
    my $ref_time = time();
    my $ref_delta = $serverRef->{ScanErrlogLastDays}*24*3600;
    ...
    }
    
    # all done, and you didn't miss the first record
    
  2. or download this
    my $seeking = 1;
    my $ref_time = time();
    ...
    
        # put all the stuff from the second while loop here
    }