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


File-Path-Collapse documentation  | view source Contained in the File-Path-Collapse distribution.

Index


NAME

Top

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

SYNOPSIS

Top

DESCRIPTION

Top

This module implements ...

DOCUMENTATION

Top

SUBROUTINES/METHODS

Top

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

Top

None so far.

AUTHOR

Top

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

LICENSE AND COPYRIGHT

Top

SUPPORT

Top

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

    perldoc File::Path::Collapse

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/File-Path-Collapse

* RT: CPAN's request tracker

Please report any bugs or feature requests to L <bug-file-path-collapse@rt.cpan.org>.

We will be notified, and then you'll automatically be notified of progress on your bug as we make changes.

* Search CPAN

http://search.cpan.org/dist/File-Path-Collapse

SEE ALSO

Top


File-Path-Collapse documentation  | view source Contained in the File-Path-Collapse distribution.