Man Page: io::file::withpath
Operating Environment: debian
Section: 3pm
IO::File::WithPath(3pm) User Contributed Perl Documentation IO::File::WithPath(3pm)NAMEIO::File::WithPath - An IO::File extension that keeps the pathnameSYNOPSISuse IO::File::WithPath; my $io = IO::File::WithPath->new('/path/to/file'); print $io->path; # print '/path/to/file' print $io->getline; # IO::File-methodDESCRIPTIONIO::File::WithPath is a Perl module extending IO::File to keep track of the absolute path name.METHODSnew create object from file-path as IO::File->new(). but file-path not include MODE.(e.g. '</path/to/file') path file-pathAUTHORMasahiro Chiba <nihen@megabbs.com>THANKSmiyagawa nothingmuchLICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.COPYRIGHTCopyright (c) 2009-2011 Masahiro Chiba <nihen@megabbs.com> perl v5.14.2 2011-12-14 IO::File::WithPath(3pm)
| Related Man Pages |
|---|
| file::spec::os2(3pm) - redhat |
| file::copy::link(3pm) - debian |
| file::spec::link(3pm) - debian |
| file::homedir::unix(3) - centos |
| padre::task::file(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Introduction |
| Detecting unused variables... |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |