in reply to Any last words?
This will do:
my %hash= qq(bar xxx);
my @array = qq(baz quux);
die('foo ',%hash, @array);
Cheers