http://www.perlmonks.org?node_id=11105130


in reply to Re^2: Suggestion on rewriting small code
in thread Suggestion on rewriting small code

One more way for those who likes to join:
my $str = join ~~( join q[ || ], map { "job==$_" } @arr ), ( q["] ) x +2;