Help for this page

Select Code to Download


  1. or download this
    use strict;
    use File::Copy;
    ...
    
    copy("$status_file","/tmp/foo");
    
  2. or download this
    copy(\*STATUS,"/tmp/foo");