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

Use curlies as stated above. For this situation I prefer:
use Path::Class; my $tmp='./tmp/'; my @zips = map { file($tmp, $_) } qw(file1.zip file2.zip);
  • Comment on Re: embedding a scalar into a string without space after the scalar
  • Download Code