Help for this page
# inputBox( $url, $msgid, $action, \%data ) sub inputBox{ ... # hash de-ref and slicing at the same time... # however, can't do this with $_[3], syntax error. @$data{'a','b','c','d'};