system("cp file.txt C:/") if($^O =~ /win/i); system("copy file.txt ~/files") if($^O !~ /win/i);