{
 "numMatches"   => integer,
 "rows"         => reference to an arrach of array references
}
rows is a two dimension set of arrays:
{rows}--->{col1}--->{col2}--->{col3}--->{colN}
            |         |         |         |
         {entry1}  {entry1}  {entry1}  {entry1}
            |         |         |         |
            .         .         .         .
See ars_GetListSQL.pl in the examples directory.
Last changes to this page 21st July 1997 by jcmurphy@arsperl.org