Help for this page

Select Code to Download


  1. or download this
    # use like this: input string, output Hash PMC
    $P1 = get_query_params('foo=bar&baz=boo')
    $S1 = $P1['foo']
    print $S1
    
  2. or download this
    .sub hex2decimal prototyped
        .param string hex
    ...
        .pcc_end_return
        
    .end