ARSperl
view release on metacpan or search on metacpan
html/manual/OO/form.html view on Meta::CPAN
field nameD. Eventually, it will obey the VUI you specified.
<P>
<DT><A NAME="getEnumValues"><B>getEnumValues()</B></A>
<PRE>
@vals = $f->getEnumValues(-field => scalar string);
</PRE>
This function returns a list of enumeration values (labels)
for a given field. If the field is not an enumeration field,
an exception is thrown (type=ERROR, num=81006).
<P>
<DT><A NAME="getFieldType"><B>getFieldType()</B></A>
<PRE>
$type = $f->getFieldType(-name => scalar string,
-id => scalar string);
</PRE>
This an "internal" function that is used to retrieve the datatype of a
particular field. You must specify one of the parameters. If you
( run in 0.238 second using v1.01-cache-2.11-cpan-496ff517765 )