RSS | Module Info | Add a review of PathTools

4 out of 20 found this review helpful:

PathTools (3.31) ***

Take a look at Path::Class, which is built on top of the venerable File::Spec and provides a much cleaner style of programming when dealing with file and directory manipulation, things like building directory paths out of individual component directories, making a relative directory (../../foo) absolute (/path/to/foo) and more.

Dan Dascalescu - 2009-12-08 11:37:32
Was this review helpful to you?  Yes No

1 out of 1 found this review helpful:

PathTools (3.29) *****

This distribution has a very good function-oriented interface in File::Spec::Functions, and I use that heavily.

Curtis Jewell - 2009-04-08 11:13:09
Was this review helpful to you?  Yes No

2 out of 2 found this review helpful:

PathTools (3.29) *****

Cwd and File::Spec are very useful modules to perform operations with paths and filenames in a portable way.

Pavel I. Shaydo - 2009-03-26 14:07:17
Was this review helpful to you?  Yes No

1 out of 11 found this review helpful:

PathTools (3.26) *

Warning, this version will install, but then you'll get the error, no strlcpy in linux el4, check the bug list, use 3.2501 instead.

Michael - 2008-01-15 10:19:49
Was this review helpful to you?  Yes No

4 out of 5 found this review helpful:

PathTools (3.25) *****

One of the standard libraries in the perl tool belt, File::Spec is what you will want to use to chop up and concatenate paths portably. Don't assume forward slashes will just work everywhere and paste stuff together by hand, use File::Spec. Very useful module.

rvosa - 2007-12-05 04:33:50
Was this review helpful to you?  Yes No


the camel