ARSperl
view release on metacpan or search on metacpan
html/manual/ds_fls.html view on Meta::CPAN
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ARSperl Manual - Field Limit Structure</title>
</head>
<body bgcolor="#ffffff">
<h2>Field Limit Structure</h2>
<pre><b>; integer</b>
{
"min" => integer,
"max" => integer
}
<i>or</i>
<b>; real</b>
{
"min" => float,
"max" => float,
"precision" => integer
}
<i>or</i>
<b>; char</b>
{
"maxLength" => integer,
"menuStyle" => "append" <i>or</i> "overwrite",<br> "match" => "anywhere" <i>or</i> "leading" <i>or</i> "equal",<br> "charMenu" => string,<br> "pattern" => string,<br> "fullTextOptions" => "none" <i>or</i...
<b>; diary</b>
{
"fullTextOptions" => "none" <i>or</i> "indexed"}<br> <i>or</i>
<b>; enum and bitmask</b>
array of strings
<i>or</i>
<b>; enum</b>
{
"enumLimits" => hashref to <a href="ds_enumlimstruct.html">enumLimits hash</a> <br>}<br> <i>or</i>
undef
</pre>
<p>
</p>
<hr width="30%">
<p>
<a href="toc.html"><img alt="<--" src="arrow.gif" align="middle"> Table of Contents </a>
</p>
<p>
</p>
<address>
Last changes to this page 27th June 1997 by d.j.adams@soton.ac.uk<br>
© J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</body>
</html>
( run in 1.026 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )