|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: File copy size limit on Linuxby TVSET (Chaplain) |
| on Dec 18, 2003 at 18:35 UTC ( [id://315691]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
I'm trying to perform a very simple file copy on Linux and have run into what appears to be a possible file size copy limitation. There is no such limitation in Linux, since you say that you can copy file with the system "cp".
When I run this simple script it appears that it works as I get no errors but the file never copies. You don't check for any errors, that's why you don't get any. Try doing something like copy($file1, $file2) || die "Error: $!";.
I'm running Linux Redhat 2.1, (actually ESX server 1.5.2) Are you sure? ;)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||