Help for this page

Select Code to Download


  1. or download this
    sub sgt_header {
      # You need to know how many rows you will be writing
    ...
      print pack("V",$items); # Number of rows
      print pack('Vx','0x9bd5'); # We seem to have an extra null byte in h
    +ere since v11
    }
    
  2. or download this
      print pack('a30x',$reference);