ARSperl

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

html/manual/ars_SetLogging.html
html/manual/ds_alas.html
html/manual/ars_GetProfileInfo.html
html/manual/ars_GetListField.html
html/manual/ds_coord_hash.html
html/manual/ars_GetListAlertUser.html
html/manual/ars_GetListEntryWithFields.html
html/manual/ars_GetListVUI.html
html/manual/ars_SetFilter.html
html/manual/ars_DeleteFilter.html
html/manual/ds_verifyuser_hash.html
html/manual/ds_schema.html
html/manual/ds_enumlimstruct.html
html/manual/ars_BeginBulkEntryTransaction.html
html/manual/ars_CreateAlertEvent.html
html/manual/ds_aoas.html
html/manual/ars_GetVUI.html
html/manual/arrow.gif
html/manual/ds_fas.html
html/manual/ars_DeleteMultipleFields.html
html/manual/loading.html

html/manual/ars_VerifyUser.html  view on Meta::CPAN


<body style="background-color: rgb(255, 255, 255);">

<h2><code>ars_VerifyUser(ctrl)</code></h2>

This function fetches information regarding the logged in user.
<dl>

  <dt><b>On success</b></dt>

  <dd>returns a reference to a <a href="ds_verifyuser_hash.html">HASH</a> </dd>

  <dt><b>On failure</b></dt>

  <dd> <code>undef</code>. </dd>

</dl>

<p>Example: </p>

<pre> my $vu = ars_VerifyUser($ctrl) || die "ars_VerifyUser: $ars_errstr" ;<br> <br> if ($vu-&gt;{adminFlag}) {print "You have administrative privs!\n";}<br> else {print "You have NO administrative privs.\n";}<br> </pre>

html/manual/toc.html  view on Meta::CPAN

            <ul>
              <li>
                <a href="ds_elfs.html">Entry List Field Structure</a>
              </li>
            </ul>
          </li>
          <li>
            <a href="ds_shv.html">Status History Value</a>
          </li>
          <li>
            <a href="ds_verifyuser_hash.html">Verify User Structure</a>
          </li>
          <li>
            <a href="ds_getvui_hash.html">VUI Attributes Structure</a>
          </li>
        </ul>
      </dd>
    </dl>
    <address>
      <a href="../index.html">ARSPerl</a><br />
      Last changes to this page 31st March 2009 by michiel.beijen@gmail.com<br />



( run in 0.319 second using v1.01-cache-2.11-cpan-5467b0d2c73 )