Help for this page

Select Code to Download


  1. or download this
    # 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'};