slackbuilds_ponce/perl/perl-file-path-expand/README
Robby Workman 93ba4df502 perl/*: Moved all of the Perl modules to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-03-20 12:32:34 -05:00

3 lines
189 B
Text

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.