in reply to embedding a scalar into a string without space after the scalar

It seems you actually needs:
use File::Spec::Functions; # got './tmp/file1.zip' on unix # got '.\tmp\file1.zip' on windows my $path = catfile '.', 'tmp', 'file1.zip';
  • Comment on Re: embedding a scalar into a string without space after the scalar
  • Download Code