http://www.perlmonks.org?node_id=994168


in reply to Re: reading C data structure
in thread reading C data structure

My apologies for the ambiguity. I have a variable in a C function (it is a uuid). A perl script needs to use this variable for some operation. Is there a way for me to read this variable from the perl script. I am trying to avoid writing it to a file and reading from it (expensive). Thanks in advance...