$hotfix=join "", "$app", "_", "$mod", "_", "$bld", "_", "$hf", ".zip"; #### $hotfix = "${app}_${mod}_${bld}_${hf}.zip"; #### $hotfix = join("_", $app, $mod, $bld, $hf) . ".zip";