Shouldn't that be map { "\"$_\"" } (added missing underscore), or perhaps better map { qq{"$_"} } or even just map qq{"$_"}, (note: comma is needed)?
c:\@Work\Perl>perl -wMstrict -le "my $s = join '^', map qq{\"$_\"}, 'foo bar', 'baz boff'; print qq{:$s:}; " :"foo bar"^"baz boff":
Give a man a fish: <%-(-(-(-<
In reply to Re^4: Need doubled quoted values
by AnomalousMonk
in thread Need doubled quoted values
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |