<HTML>
<HEAD>
<TITLE>ARSperl Manual - ars_GetSchema</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2><CODE>ars_GetSchema(ctrl,name)</CODE></H2>
This function fetches the <A href="ds_schema.html">schema attributes</a>.
<P>
<DL>
<DT><B>On success</B><DD>
A scalar reference to the schema attributes, i.e. a HASH
<DT><B>On failure</B><DD>
<CODE>undef</CODE>
</DL>
<P>Example:
<PRE>
$s = ars_GetSchema($c, "Group");
</PRE>
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="&lt;--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 11th July 1997 by d.j.adams@soton.ac.uk
&#169; J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>