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.
Comment on
Re: Executing DOS shell commands via system()
Select
or
Download
Code
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 :)
[reply]
Re: Re: Re: Executing DOS shell commands via system()
by
cbro
(Pilgrim)
on Jun 06, 2003 at 14:09 UTC
And so appeared,
perlmonks
, to help us all out. Everybody is inexperienced at some subset of every language.
[reply]
In Section
Seekers of Perl Wisdom