Help for this page

Select Code to Download


  1. or download this
    $out = pack "A4", $string;
    
  2. or download this
    $out = unpack "A4", $string;
    
  3. or download this
    $out = substr $string, 0, 4;