Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Read structure in Perl

by ctilmes (Vicar)
on Mar 22, 2010 at 11:47 UTC ( [id://830071]=note: print w/replies, xml ) Need Help??


in reply to Read structure in Perl

As others note, more details are needed to really give you the answer.

The general Perl way to unpack structures such as those typically read by fread in C may involve use of the unpack function.

Replies are listed 'Best First'.
Re^2: Read structure in Perl
by Corion (Patriarch) on Mar 22, 2010 at 11:55 UTC

    As a hard-core alternative to unpack, there is Convert::Binary::C, which can take a C structure and a C compiler (even one for a different architecture), and unpack data in that C structure from Perl.

      Thanks for the tip!

      Looks like less work in the long run. Hardcore indeed!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://830071]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-19 11:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found