Subject: | what kind of template creates an ARRAY ref? |
: ref($what) eq 'ARRAY' join( ' + ', @{$what} )
I'm trying to figure out why this piece of code exists. I've created a
bunch of tests and removing it doesn't break any. Either A I don't know
what kind of template breaks it, or B it doesn't need to exist.