my $thread = async( sub{ print "@_"; }, 123, 'fred', {'a'..'f'}, [ 0..9 ] )->join;; 123 fred HASH(0x3ea93f8) ARRAY(0x3ea9470)