Help for this page

Select Code to Download


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