The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

File::Path::Collapse - Collapses a path as much as possible

SYNOPSIS

DESCRIPTION

This module implements ...

DOCUMENTATION

SUBROUTINES/METHODS

CollapsePath($path_to_collapse )

Collapses the path by removing '.' and '..' from it. Trailing '/' is also removed.

Arguments

  • $path_to_collapse -

Returns - the collapsed path or undef if undef was passed as argument.

BUGS AND LIMITATIONS

None so far.

AUTHOR

        Nadim ibn hamouda el Khemir
        CPAN ID: NH
        mailto: nadim@cpan.org

LICENSE AND COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc File::Path::Collapse

You can also look for information at:

SEE ALSO