I need to return a list of references or a reference to a list
of lists. Looking through perlguts I would appear that I need to do
the following
AV*
MyXxx
{
RETVAL = newAV();
loop
{
avitem = newAV();
av_push(RETVAL,(SV*)avitem);
loop to push into avitem
{
OUTPUT:
RETVAL
call to
@_ = &MyXxx
or
$ra = &MyXxx
=========+=========+=========+=========+=========+=========+=========+
____ _ _ _ _ _ _____ _ _
| _ \(_) | | | \ | | | __ \ | | | |
| |_) |_| | |_ _ | \| | | |__) |_ _| |_| |_ ___ _ __
| _ <| | | | | | | | . ` | | ___/ _` | __| __/ _ \| '_ \
| |_) | | | | |_| | | |\ |_ | | | (_| | |_| || (_) | | | |
|____/|_|_|_|\__, | |_| \_(_) |_| \__,_|\__|\__\___/|_| |_|
__/ |
|___/
Texas Instruments ASIC Circuit Design Methology Group
Dallas, Texas
214-480-4455
[EMAIL PROTECTED]
=========+=========+=========+=========+=========+=========+=========+