in reply to Problem with passing hashes between modules
sub passMe { my @data = (); my %other_hash = ( position => 'annotations', sid => $sid, navigator_link => '<a id="expand_nav" onclick="Element.hide(\'expand_nav\');"> +[brief]</a>', annotations_detail_link => q|[<a id="sed" onclick="Element.hide('sed'); Element.show('h +ed'); show_experiment_details();"> experiment details</a>]|, template => $tmpl ); push( @data, { \%params, \%extend_params, \%basics, \%annotations, \%navigator, \%other_hash } ); return \@data, $ID; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with passing hashes between modules
by Fletch (Bishop) on Mar 05, 2008 at 16:21 UTC |