Scroll to navigation

Poet::Util::File(3pm) User Contributed Perl Documentation Poet::Util::File(3pm)

NAME

Poet::Util::File - File utilities

SYNOPSIS

    # In a script...
    use Poet::Script qw(:file);
    # In a module...
    use Poet qw(:file);
    # In a component...
    <%class>
    use Poet qw(:file);
    </%class>

DESCRIPTION

This group of utilities includes

From File::Basename.
From File::Path.
From File::Slurp.
From File::Spec::Functions.

SEE ALSO

Poet

AUTHOR

Jonathan Swartz <swartz@pobox.com>

COPYRIGHT AND LICENSE

This 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.

2022-06-18 perl v5.34.0