Help for this page

Select Code to Download


  1. or download this
        $str = unpack "p", some_func();
    
  2. or download this
        $struct = unpack "P32", some_func();