Help for this page

Select Code to Download


  1. or download this
        read EP, $in, 2;
        $rec_len = unpack ("S>", $in);
    
  2. or download this
        read EP, $in, 2;
        $rec_len = unpack ("S<", $in);