Help for this page

Select Code to Download


  1. or download this
    my $oldfile = 'c:\tmp\test.doc';
    my $newfile = 'c:\tmp\test1.doc';
    
  2. or download this
    my $oldfile = 'c/tmp/test.doc';
    my $newfile = 'c:/tmp/test1.doc';