Help for this page

Select Code to Download


  1. or download this
    perl -e '$h=pack("H*","139686DA20C1");$b=unpack("B*",$h);print length(
    +$b)," $b\n";'
    
  2. or download this
    while( $b )
    { print substr($b,0,5,"");
    }