diff options
Diffstat (limited to 'perl/perl-File-Remove/README')
-rw-r--r-- | perl/perl-File-Remove/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/perl/perl-File-Remove/README b/perl/perl-File-Remove/README index 1964628e05..c90a6666b1 100644 --- a/perl/perl-File-Remove/README +++ b/perl/perl-File-Remove/README @@ -1,7 +1,9 @@ perl-File-Remove (Remove files and directories). -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. +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. -File::Remove::trash accepts the same arguments as remove, with the addition of an optional, infrequently used "other platforms" hashref. +File::Remove::trash accepts the same arguments as remove, with the addition +of an optional, infrequently used "other platforms" hashref. |