BEGIN { eval "use File::Spec"; $catPathFileName = ($@) ? sub { join('/', @_) } : # Unix way sub { File::Spec->catfile(@_) }; # Portable way }