Help for this page

Select Code to Download


  1. or download this
    
    tie @log, 'Tie::File', $logfile or displayError("could not open logfil
    +e");
    ...
    
  2. or download this
    sub delete_threads_from_file
    {
    ...
            close(FILE);
        }
    }