Man Page: poet::util::file
Operating Environment: debian
Section: 3pm
Poet::Util::File(3pm) User Contributed Perl Documentation Poet::Util::File(3pm)NAMEPoet::Util::File - File utilitiesSYNOPSIS# In a script... use Poet::Script qw(:file); # In a module... use Poet qw(:file); # In a component... <%class> use Poet qw(:file); </%class>DESCRIPTIONThis group of utilities includes basename, dirname From File::Basename. mkpath, make_path, rmtree, remove_tree From File::Path. read_file, write_file, read_dir From File::Slurp. abs2rel canonpath catdir catfile rel2abs From File::Spec::Functions.SEE ALSOPoetAUTHORJonathan Swartz <swartz@pobox.com>COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Jonathan Swartz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-05 Poet::Util::File(3pm)
| Related Man Pages |
|---|
| file::spec::functions(3pm) - suse |
| file::spec::functions(3pm) - osx |
| poet::environment(3pm) - debian |
| poet::import(3pm) - debian |
| poet::log(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| A (ksh) Library For and From UNIX.com |
| How to copy a column of multiple files and paste into new excel file (next to column)? |
| My first PERL incarnation... Audio Oscillograph |