ExtUtils::Command(3p) Perl Programmers Reference Guide ExtUtils::Command(3p)
ExtUtils::Command(3p) Perl Programmers Reference Guide ExtUtils::Command(3p) # ExtUtils::Command(3p) Perl Programmers Reference Guide ExtUtils::Command(3p) NNAAMMEE # ExtUtils::Command - utilities to replace common UNIX commands in Makefiles etc. SSYYNNOOPPSSIISS # perl -MExtUtils::Command -e cat files... > destination perl -MExtUtils::Command -e mv source... destination perl -MExtUtils::Command -e cp source... destination perl -MExtUtils::Command -e touch files... perl -MExtUtils::Command -e rm_f files... perl -MExtUtils::Command -e rm_rf directories... perl -MExtUtils::Command -e mkpath directories... perl -MExtUtils::Command -e eqtime source destination perl -MExtUtils::Command -e test_f file perl -MExtUtils::Command -e test_d directory perl -MExtUtils::Command -e chmod mode files. ...