libfile-path-expand-perl

Expand user directories in filenames
  https://metacpan.org/release/File-Path-Expand
  0
  no reviews



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.