file::path::expand(3pm) debian man page | unix.com

Man Page: file::path::expand

Operating Environment: debian

Section: 3pm

File::Path::Expand(3pm) 				User Contributed Perl Documentation				   File::Path::Expand(3pm)

NAME
File::Path::Expand - expand filenames
SYNOPSIS
use File::Path::Expand; print expand_filename("~richardc/foo"); # prints "/home/richardc/foo"
DESCRIPTION
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.
AUTHOR
Richard Clamp <richardc@unixbeard.net>
COPYRIGHT
Copyright (c) 2003, Richard Clamp. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself. perl v5.8.8 2006-06-02 File::Path::Expand(3pm)
Related Man Pages
file::find::rule::procedural(3) - osx
file::find::rule::procedural(3) - centos
file::find::object::rule::extending(3pm) - debian
parse::debian::packages(3pm) - debian
path::class::file::stat(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?