![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re^2: move commandby hobbs (Monk) |
on Jul 08, 2009 at 06:49 UTC ( #778137=note: print w/replies, xml ) | Need Help?? |
rename has limitations -- in particular, on most systems it will only work if the source and destination are on the same filesystem. File::Copy::move will use rename if it's appropriate, or do a copy-and-delete if rename won't work, so it's a more flexible solution.
In Section
Seekers of Perl Wisdom
|
|