# The following was supposedly scribed by
# Nitin Madnani
# on Saturday 04 December 2004 12:55 am:

> array = SvRV(arr);
>
>       ???????????????????? *
>}
>
>* Here is where I am stumped ... don't know what to do next, I have
> to get the second array reference out from this array reference
> right?

Well, array is now an AV*, so it is technically an array (not a 
reference (that's an SV*.))  Yes, you have to get the element from 
the array.  That too will be an SV* when you get it from av_fetch().

There's lot's todo with references, hashes, and 2D arrays in my 
binding to the OpenDWG toolkit.

http://ericwilhelm.homeip.net/svn/CAD-Drawing/trunk/code/CAD/Drawing/IO/DWGI/functions.c

--Eric
-- 
Cult: A small, unpopular religion.
Religion: A large, popular cult.
                                        -- Unknown

Reply via email to