Help for this page
use My::Module; use File::Spec; ... $path = File::Spec->catdir($path, 'templates'); print("$path\n");