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