<HTML>
<HEAD>
<TITLE>ARSperl Programmer's Manual - Function Assign Structure</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H4>Function Assign Structure</H4>
The function assign structure is an array. The first element of the array is
the name of the function. The remaining elements of the array are the
parameters to the function, represented as hash references to
<A HREF="ds_as.html">Assign Structure</A>s.
<PRE>
(functionName, parameter1, parameter2, ... parameterN)
</PRE>
Note: functionName is a string. parameterX is a hash reference to
an Assign Structure.
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Back to Table of Contents </A>
</BODY>
</HTML>