debian man page for io::file::withpath

Query: io::file::withpath

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IO::File::WithPath(3pm) 				User Contributed Perl Documentation				   IO::File::WithPath(3pm)

NAME
IO::File::WithPath - An IO::File extension that keeps the pathname
SYNOPSIS
use IO::File::WithPath; my $io = IO::File::WithPath->new('/path/to/file'); print $io->path; # print '/path/to/file' print $io->getline; # IO::File-method
DESCRIPTION
IO::File::WithPath is a Perl module extending IO::File to keep track of the absolute path name.
METHODS
new create object from file-path as IO::File->new(). but file-path not include MODE.(e.g. '</path/to/file') path file-path
AUTHOR
Masahiro Chiba <nihen@megabbs.com>
THANKS
miyagawa nothingmuch
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
COPYRIGHT
Copyright (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::functions(3pm) - mojave
file::spec::functions(3pm) - debian
path::class::file::stat(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com