in reply to Re: Concatenate printing a string and array
in thread Concatenate printing a string and array

For the benefit of those whose eyesight isn't quite what it was, the difference between the original posting and this reply is that the dot/period has been replaced with a comma. :-)

(Oh, and "result" has been re-spelt more rudely!)

For the record, the same kind of approach can be expressed as:

print "Your result is: "; print @array;

--
use JAPH;
print JAPH::asString();