Help for this page

Select Code to Download


  1. or download this
    sub hexa_triplet {
    map{($_[0]>>$_)&255}16,8,0
    }
    
  2. or download this
    sub hexa_triplet {
    unpack"xC3",pack"N",@_
    }
    
  3. or download this
    perl -e '$|--;$.=q$.$;while($i!=0){$i=(time-$^T)%60;print"\r".$.x$i}'