Help for this page

Select Code to Download


  1. or download this
    ### Update the main threads file
    tie @threads, 'Tie::File', $main_threads_file or syslog('err', "update
    +_threads couldn't open file: $main_threads_file");
    ...
        
    }
    untie @threads;