in reply to Moving files

where's your move()-function coming from? my perl hasn't one.
and if it's from File::Copy, then it should work across file systems:
If possible, move() will simply rename the file. Oth- erwise, it copies the file to the new location and deletes the original.

Replies are listed 'Best First'.
Re: Re: Moving files
by neilwatson (Priest) on Mar 22, 2004 at 18:06 UTC