my $cmd = "del temp.txt"; system ($cmd) == 0 or die "Cannot $cmd:$?\n"; [download]
In reply to Re: Perl System command by helgi in thread Perl System command by Anonymous Monk