View Single Post
  #2 (permalink)  
Old 01-29-2007, 02:03 AM
KevinADC KevinADC is offline
Learning Programmer
 
Join Date: Jan 2007
Posts: 94
Credits: 0
Rep Power: 8
KevinADC is on a distinguished road
Default

use the rename() function or the File::Copy module.

rename - perldoc.perl.org
File::Copy - perldoc.perl.org
Reply With Quote