Help for this page

Select Code to Download


  1. or download this
    # shell command, assuming there are not tons of files in file_path:
    
    ...
    
    # (update: added carets where needed)
    
  2. or download this
    open( O, ">", "file_path/CQA_STATUS" ) or die "CQA_STATUS: $!";
    
    ...
        close I;
    }
    close O;