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