Norman Vine writes:

 > > but what worries me is how to translate a chunk of binary data
 > > into perl variables ... probably easy once you know the tricks.
 > 
 > http://www.swig.org

Last time I looked at swig, it was for creating bindings for native
libraries from include files.

Try

  perldoc -f pack
  perldoc -f unpack

Perl has excellent support for this kind of thing, once you get your
head around it.


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to