delete a file using perl
Printable View
Aug 14th, 2002, 01:36 PM
martind1
delete a file using perl
How do i delete a file in perl?
Aug 14th, 2002, 01:42 PM
JoshT
Use the "unlink" function.