Re: Passing parameters to perl from C++

2001-10-18 Thread Lotto
If it would be easier, I would like to make the variables (made from keyname elements) into constants. Otherwise I could just set them to indexes for the value array. That way, instead of assigning the value array elements to the variables, I could just use the variables to reference the element

Passing parameters to perl from C++

2001-10-18 Thread Lotto
I am not even sure if this is possible, though it seems like something Perl would be capable of. I have a C++ program with perl embedded in it. I want to pass two arrays to perl, one with keynames and the other with values in it. Once in the perl code, I want to make variables with name from th