Help for this page
my $path = join '\\', @dirs;
$path = $path . '\\' . $file;
$path = "$path\$file";
$file =~ tr|/|\\|;