in reply to Perl System command

my $cmd = "del temp.txt"; system ($cmd) == 0 or die "Cannot $cmd:$?\n";

--
Regards,
Helgi Briem
hbriem AT simnet DOT is