4 lines
191 B
Plaintext
4 lines
191 B
Plaintext
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.
|