Help for this page
use strict; use File::Copy; ... copy("$status_file","/tmp/foo");
copy(\*STATUS,"/tmp/foo");