Help for this page

Select Code to Download


  1. or download this
    ### Back up the file, if it exists
    use File::Copy;
    ...
    }
    
    ### Copy the database
    
  2. or download this
    if(-e $file{1}) # if the file exists
    {
    ...
       print FILE2 $filecontents;
       close FILE2;
    }