http://qs321.pair.com?node_id=883228


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

As a side matter (and avoiding the issue, for bonus points) I've generally found that putting the trailing slashes on dir variables makes my life harder and my code uglier, so I'd skip that anyway.

my $tmp='./tmp'; my @zips =("$tmp/file1.zip","$tmp/file2.zip");