mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
1d2f6ff75c
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
3 lines
188 B
Text
3 lines
188 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.
|