in reply to Re: merging arrays
in thread merging arrays

That doesn't work the way you think it works. Assign to $" to see what's in the array:

{ local $" = ')('; print "(@saved_images)\n"; }

You really don't need the qq() in there.