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