shorti <[EMAIL PROTECTED]> asked: > Hello, I am a C coder but new to Perl. I am running in an > AIX environment. I was wondering if there was a Perl way to > return string data (or larger int values) to a C program?
You exchange data with a Perl program in the same way you'd exchange data with any other program: by using files or filehandles. You should read the perlipc manpage for details on that - even though it is Perl-centric, the patterns shown apply to C code, too. HTH, Thomas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/