http://www.perlmonks.org?node_id=786113


in reply to Re: UNIX 'command' equivalents in Perl
in thread UNIX 'command' equivalents in Perl

Shell::Command wrapper around ExtUtils::Command
use Shell::Command; touch @files; rm_f @files;