On May 9, Shawn said:

>I just want an efficient mv subroutine or module which has such a thing,
>but none of the File::* things seem to have mv.
>
>I would rather not shell out 10000 times just to, in the vast majority
>of cases, move a file from on dir to another in the same fs.

If the standard rename() function isn't good enough, File::Copy also has a
move() function.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
Are you a Monk?  http://www.perlmonks.com/     http://forums.perlguru.com/
Perl Programmer at RiskMetrics Group, Inc.     http://www.riskmetrics.com/
Acacia Fraternity, Rensselaer Chapter.         Brother #734

Reply via email to