Dereferencing a module name

2001-10-22 Thread Lotto
t not possible? Thanks much, Lotto. . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Passing parameters to perl from C++

2001-10-18 Thread Lotto
elements in the array. Eg. $value[$k] would be equal to "3". Lotto. . Lotto wrote: > 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 key

Re: Newbie using Spreadsheet::ParseExcel

2001-10-18 Thread Lotto
I had the -w option on (!/usr/bin/perl -w). When I took out the -w, the mystery message went away. I'm still a bit disturbed that I ever got it, but the program runs fine. Lotto. . P.S. Sorry about all of those reposts, it took forever for the posts to appear for me, and I thought I was

Passing parameters to perl from C++

2001-10-18 Thread Lotto
"3" in it. Once I am in the perl code, I want $i = "1", $j = "2", and $k = "3". Is this possible, and if so could someone give me a quick clip of code for it? Thank you much, Lotto. . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]