At 01:56 PM 6/10/02 -0600, bbcannon wrote: >I only have one gripe(sorry!). The arrays that I will be working with >could potentially have thousands of entries. Having to iterate >through each element of each array seems like an extremely large waste >of time. >I obviously don't understand what it takes to convert a perl >reference to a C reference (if it can be done at all), but is >it not possible? Or is that just a "Perfect World" scenario?
Couldn't you -pack- your array into a scalar and pass a reference to that? Liz
