Help for this page

Select Code to Download


  1. or download this
    $count = 3;
    $str1 = "First string";
    ...
    First string
    Second string
    Third string
    
  2. or download this
    $n = unpack 'C', $bytes;;
    
    ...
    First string
    Second string
    Third string