pkgsrc-wip/p5-File-Path-Expand/DESCR

4 lines
188 B
Text
Raw Normal View History

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.