##
## perldoc perlfunc ##
## #!/usr/bin/perl use strict; my @args = ('C:\\WINDOWS\\System\\deltree.exe', '/y'); system @args == 0 or die "error: $!";