in reply to Trouble using File::Spec::rel2abs with Windows
use File::Spec::Functions qw(rel2abs); my $path = rel2abs('.'); [download]