diff options
Diffstat (limited to 'perl/perl-file-path-expand/README')
-rw-r--r-- | perl/perl-file-path-expand/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-file-path-expand/README b/perl/perl-file-path-expand/README new file mode 100644 index 0000000000..961355caf1 --- /dev/null +++ b/perl/perl-file-path-expand/README @@ -0,0 +1,3 @@ +File::Path::Expand expands user directories in filenames. +For the simple case it's no more complex than s{^~/}{$HOME/}, +but for other cases it consults getpwent and does the right thing. |