Help for this page

Select Code to Download


  1. or download this
    # Location of reportsock text file
    $rp_loc = '/tmp/reportsock';
    ...
    
    # Least CPU idle allowed
    $least_cpuidle = 80;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            $c->close;
            undef($c);
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    
    close(REPORT);