Help for this page

Select Code to Download


  1. or download this
    $value = unpack "x$index Z4", $string;
    
  2. or download this
    $value = substr($string, $index, 4);
    $value =~ y/\0//d;