in reply to embedding a scalar into a string without space after the scalar
use File::Spec::Functions; # got './tmp/file1.zip' on unix # got '.\tmp\file1.zip' on windows my $path = catfile '.', 'tmp', 'file1.zip'; [download]