Help for this page

Select Code to Download


  1. or download this
    (my($t),$foo) = unpack('Ca*', $foo);
    if ( $t == 3 ) {
      ($v,$foo) = unpack('Z*a*', $foo); 
    }