I have a header file that contains a lot of:
const ULONG Variable_name = Makeval( Type, 0x2);

variables that I need access to in perl. The Makeval is a macro that is
defined in the header file. Does anybody know of a way to do this?

I would just declare them in the .pm file with the value, but I have
something like 40 to 50 that I need.

Thanks,
Jerry

Reply via email to