[Arsperl-devel] ARSperl/html/manual ars_APIVersion.html, 1.5, 1.6 ars_ExecuteProcess.html, 1.3, 1.4
Brought to you by:
jeffmurphy
From: Michiel B. <mb...@us...> - 2009-03-31 12:16:25
|
Update of /cvsroot/arsperl/ARSperl/html/manual In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32484 Modified Files: ars_APIVersion.html ars_ExecuteProcess.html loading.html toc.html Log Message: Updated manual files Index: ars_APIVersion.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/manual/ars_APIVersion.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ars_APIVersion.html 13 Sep 2007 22:50:25 -0000 1.5 --- ars_APIVersion.html 31 Mar 2009 12:16:11 -0000 1.6 *************** *** 1,74 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html> ! <head> ! <title>ARSperl Programmer's Manual</title> ! ! ! </head> ! ! <body style="background-color: rgb(255, 255, 255);"> ! ! <h2><code>$version = ars_APIVersion()</code></h2> ! ! This routine returns the "major" version of the API that the ARSperl ! module was compiled against. <br> ! The corresponding API and AR System versions are as follows: ! <br> ! ! <ul> ! ! <li>API 13 and AR System 7.1</li> ! ! <li>API 12 and AR System 7.0</li> ! ! <li>API 11 and AR System 6.3</li> ! ! <li>API 10 and AR System 6.0</li> ! ! <li>API 9 and AR System 5.1</li> ! ! <li>API 8 and AR System 5.0</li> ! ! <li>API 7 and AR System 4.5</li> ! ! <li>API 6 and AR System 4.0</li> ! ! <li>API 5 and AR System 3.2</li> ! ! <li>API 4 and AR System 3.0 and 3.1</li> ! ! </ul> ! ! ! <dl> ! ! <dt><b>On success</b></dt> ! ! <dd> Returns an integer. </dd> ! ! <dt><b>On failure</b></dt> ! ! <dd> Returns undef. </dd> ! ! </dl> ! ! <p>Example: </p> ! ! <pre> $v = ars_APIVersion();<br> print "This installation of ARSperl was compiled against ARS API version $v\n";<br> </pre> ! ! <i>ars_APIVersion was introduced in version 1.62 of ARSperl</i> ! <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 24 July 2007 by mic...@ma...<br> ! ! © J.C.Murphy, J.W.Murphy 1995-2007 ar...@ar... ! </address> ! ! </body> </html> --- 1,78 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! <head> ! <title> ! ARSperl Programmer's Manual ! </title> ! <style type="text/css"> ! /*<![CDATA[*/ ! body.c2 {background-color: rgb(255, 255, 255);} ! dt.c1 {font-weight: bold} ! /*]]>*/ ! </style> ! </head> ! <body class="c2"> ! <h2> ! <code>$version = ars_APIVersion()</code> ! </h2> ! <p> ! This routine returns the "major" version of the API that the ARSperl module was compiled ! against. ! </p> ! <p> ! The corresponding API and AR System versions are as follows: ! </p> ! <ul> ! <li>API 14 and AR System 7.5 ! </li> ! <li>API 13 and AR System 7.1 ! </li> ! <li>API 12 and AR System 7.0 ! </li> ! <li>API 11 and AR System 6.3 ! </li> ! <li>API 10 and AR System 6.0 ! </li> ! <li>API 9 and AR System 5.1 ! </li> ! <li>API 8 and AR System 5.0 ! </li> ! <li>API 7 and AR System 4.5 ! </li> ! <li>API 6 and AR System 4.0 ! </li> ! <li>API 5 and AR System 3.2 ! </li> ! <li>API 4 and AR System 3.0 and 3.1 ! </li> ! </ul> ! <dl> ! <dt class="c1"> ! On success ! </dt> ! <dd> ! Returns an integer. ! </dd> ! <dt class="c1"> ! On failure ! </dt> ! <dd> ! Returns undef. ! </dd> ! </dl> ! <p> ! Example: ! </p> ! <pre> ! $v = ars_APIVersion();<br /> print "This installation of ARSperl was compiled against ARS API version $v\n";<br /> ! </pre><i>ars_APIVersion was introduced in version 1.62 of ARSperl</i> ! <p> ! <a href="toc.html">Back to Table of Contents</a> ! </p> ! <address> ! Last changes to this page 24 July 2007 by mic...@ma...<br /> ! © J.C.Murphy, J.W.Murphy 1995-2007 ar...@ar... ! </address> ! </body> </html> Index: ars_ExecuteProcess.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/manual/ars_ExecuteProcess.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ars_ExecuteProcess.html 30 Mar 2003 16:36:30 -0000 1.3 --- ars_ExecuteProcess.html 31 Mar 2009 12:16:11 -0000 1.4 *************** *** 1,52 **** ! <HTML> ! <HEAD> ! <TITLE>ARSperl Manual - ars_ExecuteProcess</TITLE> ! </HEAD> ! <BODY BGCOLOR="#FFFFFF"> ! ! <H1> ARS 3.x and Higher </H1> ! ! <H2><CODE>ars_ExecuteProcess(ctrl, command, runOption=0)</CODE></H2> ! ! Execute the given command on the server host as the user-id that ! the server process is running as. ! <FONT COLOR="#FF0000">Requires Administrator privs to use.</FONT> <P> ! ! <CENTER><TABLE BORDER=1 WIDTH="50%"> ! <TR><TD><CODE>runOption</CODE></TD><TD>Explanation</TD></TR> ! <TR><TD ALIGN=CENTER>0</TD><TD>Wait for process to complete and ! then returned the process' ! returnStatus and any output that ! the process had. </TD></TR> ! <TR><TD ALIGN=CENTER>1</TD><TD>Don't wait for process to complete.</TD></TR> ! </TABLE></CENTER> ! ! <DL> ! <DT><B>On success</B><DD> ! Depending upon the runOption specified ! returns a list of <CODE>returnStatus</CODE> and ! <CODE>returnString</CODE> or <B>1</B> ! <DT><B>On failure</B><DD> ! Returns undef. ! </DL> ! ! <P>Example: ! ! <PRE> ! (($returnCode, $returnString) = ars_ExecuteProcess($ctrl, "/bin/ls -l /")) || ! die "$ars_errstr"; ! </PRE> ! ! <I>ars_ExecuteProcess was introduced in version 1.5 of ARSperl.</I> ! ! <P> ! <HR WIDTH="30%"> ! <P> ! <A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A> ! <p> ! <address> ! Last changes to this page 21st July 1997 by jcm...@ar...<BR> ! © J.C.Murphy, J.W.Murphy 1997 ar...@ar... ! </address> ! </BODY> ! </HTML> --- 1,91 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! <head> ! <title> ! ARSperl Manual - ars_ExecuteProcess ! </title> ! <style type="text/css"> ! /*<![CDATA[*/ ! body { ! background-color: #FFFFFF; ! } ! dt.c1 {font-weight: bold} ! p.c1 {font-style: italic} ! /*]]>*/ ! </style> ! </head> ! <body> ! <h2> ! <code>ars_ExecuteProcess(ctrl, command, runOption=0)</code> ! </h2>Execute the given command on the server host as the user-id that the server process is ! running as. Requires Administrator privs to use. ! <table border="1" width="50%"> ! <tr> ! <td> ! <code>runOption</code> ! </td> ! <td> ! Explanation ! </td> ! </tr> ! <tr> ! <td align="center"> ! 0 ! </td> ! <td> ! Wait for process to complete and then returned the process' returnStatus and any output ! that the process had. ! </td> ! </tr> ! <tr> ! <td align="center"> ! 1 ! </td> ! <td> ! Don't wait for process to complete. ! </td> ! </tr> ! </table><br /> ! <dl> ! <dt class="c1"> ! On success ! </dt> ! <dd> ! Depending upon the runOption specified returns a list of <code>returnStatus</code> and ! <code>returnString</code> or <b>1</b> ! </dd> ! <dt class="c1"> ! On failure ! </dt> ! <dd> ! Returns undef. ! </dd> ! </dl> ! <p> ! Example: ! </p> ! <pre> ! (($returnCode, $returnString) = ars_ExecuteProcess($ctrl, "/bin/ls -l /")) || ! die "$ars_errstr"; ! ! </pre> ! <p> ! Or as an equivalent, if your server is running on Windows: ! </p> ! <pre> ! (($returnCode, $returnString) = ars_ExecuteProcess($ctrl, "cmd /c dir")) || ! die "$ars_errstr"; ! </pre> ! <p class="c1"> ! ars_ExecuteProcess was introduced in version 1.5 of ARSperl. ! </p> ! <p> ! <a href="toc.html">Back to Table of Contents</a> ! </p> ! <address> ! Last changes to this page 31st March 2009 by mic...@gm...<br /> ! © J.C.Murphy, J.W.Murphy 1997 ar...@ar... ! </address> ! </body> ! </html> Index: loading.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/manual/loading.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** loading.html 30 Mar 2003 16:36:30 -0000 1.4 --- loading.html 31 Mar 2009 12:16:11 -0000 1.5 *************** *** 1,37 **** ! <HTML> ! <HEAD> ! <TITLE>ARSperl Manual - Loading the Extension</TITLE> ! </HEAD> ! <BODY BGCOLOR="#FFFFFF"> ! ! <H2>Loading the Extension</H2> ! ! To load the extension you must have ! <PRE> ! <FONT SIZE="+1"><CODE>use ARS;</CODE></FONT> ! </PRE> ! at the beginning of a perl script. ! ! <P> ! ! The added perl functions more or less match the ones in the C API. ! ! <P> ! ! It should be noted that, at present, only functions ! pertinent to client usage are integrated. Functions that would be used, for ! instance, by the admin application are not integrated <I>(i.e. functions for ! creating schemas, active links, etc. Only functions to fetch schemas, active ! links, submit and modify data are available)</I>. ! ! <P> ! <HR WIDTH="30%"> ! <P> ! <A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A> ! <p> ! <address> ! Last changes to this page 26th June 1997 by d.j...@so...<br> ! © J.C.Murphy, J.W.Murphy 1997 ar...@ar... ! </address> ! </BODY> ! </HTML> --- 1,27 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! <head> ! <title> ! ARSperl Manual - Loading the Extension ! </title> ! </head> ! <body> ! <h2> ! Loading the Extension ! </h2>To load the extension you must have ! <pre> ! <code>use ARS;</code> ! </pre>at the beginning of a perl script. ! <p> ! The added perl functions more or less match the ones in the C API. ! </p> ! <p> ! <a href="toc.html">Back to Table of Contents</a> ! </p> ! <address> ! Last changes to this page 31st May 2009 by mic...@gm...<br /> ! © J.C.Murphy, J.W.Murphy 1997 ar...@ar... ! </address> ! </body> ! </html> Index: toc.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/manual/toc.html,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** toc.html 11 Aug 2007 20:24:17 -0000 1.28 --- toc.html 31 Mar 2009 12:16:11 -0000 1.29 *************** *** 1,1062 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html> ! <head> ! ! ! ! ! ! ! [...1570 lines suppressed...] ! </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 mic...@gm...<br /> ! © J.C.Murphy, J.W.Murphy 1997 <i>ar...@ar...</i> ! </address> ! </body> </html> |