Help for this page

Select Code to Download


  1. or download this
    my $addr= '\0' x 4;
  2. or download this
    my $addr= '\0' x 4;
    $api->Call( $addr );
    my $len= 1;
    ...
    do {
        $string= unpack "p$len", $string;
    } until(  '$' eq substr($string,-1)  );