2015-06-25 08:57:26 +08:00
|
|
|
perl-File-Remove (Remove files and directories).
|
|
|
|
|
2016-07-25 11:36:42 +08:00
|
|
|
File::Remove::remove removes files and directories. It acts like /bin/rm,
|
|
|
|
for the most part. Although unlink can be given a list of files, it will
|
|
|
|
not remove directories; this module remedies that. It also accepts
|
|
|
|
wildcards, * and ?, as arguments for filenames.
|
2015-06-25 08:57:26 +08:00
|
|
|
|
2016-07-25 11:36:42 +08:00
|
|
|
File::Remove::trash accepts the same arguments as remove, with the addition
|
|
|
|
of an optional, infrequently used "other platforms" hashref.
|