8.67. ExtUtils::Command
Provided with the standard Win32 port
to replace common Unix commands in MakeFiles. Includes subroutines
for the following commands.
Concatenates all specified files into
cat file... [> destination]
destination file or to STDOUT.
Sets Unix-like permissions on all files specified.
chmod mode files...
mode gives the permissions to set.
Copies a single source file source to
cp source... destination
destination. Multiple source files can be
specified if destination is an existing
directory.
Sets the "modified time" of
eqtime source destination
destination to that of
source.
Creates directory, including any parent
mkpath directory...
directories.
Moves sourcefile source to
mv source... destination
destination. Multiple sourcefiles are
allowed if destination is an existing
directory.
Removes files, even if they are read-only.
rm_f files....
Removes directories recursively, even if
rm_rf directories....
they are read-only.
Tests for the existence of file.
test_f file
Makes sure file exists and sets the
touch file....
current timestamp.