Help for this page

Select Code to Download


  1. or download this
    use File::Copy;
    copy("file1","file2");
    
  2. or download this
    `cp file1 file2`;
    
  3. or download this
    system(cp file1 file2);