my %Account = (); my $accptr = \%Account; my $work = $input ## Whatever needed to be done my $ret = &GetAccount($accptr); my $html = &CallChildToWork($accptr,\$work);