my ($pid, $exit_code, $ident, $exit_signal, $core_dump, $data_structure_reference) = @_; my $data = Sereal::Decoder::decode_sereal($$data_structure_reference); ## de-referencing the ref to the serialised data and then de-serialising.