Exposing Perl objects in C

2015-03-04 Thread JR Heisey
Hi, I have a collection of Perl objects in an application. I want a C program to have access to the data in these objects. The objects are implemented as a package The C application wants an object handle with which it can make C function calls and pass the object handle. I have limited

Want to redirect the Perl stdout and stderr

2015-04-06 Thread JR Heisey
Greetings, I have a command line Perl application. I am embedding that Perl application into a GUI application. I have stdout redirect using tie *SIMOUT, MyStdOutPackage; Sometimes I have an issue when starting up the .pl file since I am modifying it for this usage. I want to redirect