Help for this page

Select Code to Download


  1. or download this
    # my $packedRow= pack("f$width", @$avRow);
     my $packedRow= pack("i$width", @$avRow);
    
  2. or download this
    # $packedMatrix = pack("p", $packedRow);
     $packedMatrix .= pack("P", $packedRow);