my @_a=qw(one two three four damn it shut the door!); printf "@{[q{'%s' } x @_a]}\n",@_a; #### 'one' 'two' 'three' 'four' 'damn' 'it' 'shut' 'the' 'door!'