sub passMe { my @data = (); my %other_hash = ( position => 'annotations', sid => $sid, navigator_link => '[brief]', annotations_detail_link => q|[ experiment details]|, template => $tmpl ); push( @data, { \%params, \%extend_params, \%basics, \%annotations, \%navigator, \%other_hash } ); return \@data, $ID; }