Thread
:
Move a file in Perl
View Single Post
#
2
(
permalink
)
01-29-2007, 02:03 AM
KevinADC
Learning Programmer
Join Date: Jan 2007
Posts: 94
Credits:
0
Rep Power:
8
use the rename() function or the File::Copy module.
rename - perldoc.perl.org
File::Copy - perldoc.perl.org
KevinADC
View Public Profile
Send a private message to KevinADC
Find all posts by KevinADC