ports/devel/p5-File-Path-Expand/pkg/DESCR

4 lines
191 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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 C<getpwent> and does the right thing.