Help for this page

Select Code to Download


  1. or download this
    $str = pack('C*',48,49,50,51,52);
    print "$str\n";
    @chars = unpack('C*',$str);
    print join(', ',@chars),"\n";
    
  2. or download this
    012345
    48, 49, 50, 51, 52
    
  3. or download this
    ---
    print map { my ($m)=1<<hex($_)&11?' ':'';
    $m.=substr('AHJPacehklnorstu',hex($_),1) }
    split //,'2fde0abe76c36c914586c';