in reply to Executing DOS shell commands via system()

You should use the Perl functions unlink() to delete a file and copy() (From the File::Copy module) to copy a file.

Replies are listed 'Best First'.
Re: Re: Executing DOS shell commands via system()
by Grygonos (Chaplain) on Jun 06, 2003 at 13:52 UTC
    wow... showing the inexperience huh... hehe thanks :)
      And so appeared, perlmonks, to help us all out. Everybody is inexperienced at some subset of every language.