use File::Spec::Functions 'canonpath'; print canonpath('foo/../bar/../baz/'); __END__ baz