in reply to Trouble using File::Spec::rel2abs with Windows

Try
use warnings; use strict; use File::Spec; my $path = File::Spec->rel2abs ('.');
From the documentation.
Update: curse this lag

Hope this helps.

Martin