Update of /cvsroot/arsperl/ARSperl/html/manual
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv22211
Modified Files:
ars_APIVersion.html
Log Message:
Contains the return values and their corresponding API versions.
Index: ars_APIVersion.html
===================================================================
RCS file: /cvsroot/arsperl/ARSperl/html/manual/ars_APIVersion.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ars_APIVersion.html 30 Mar 2003 16:36:30 -0000 1.3
--- ars_APIVersion.html 24 Jul 2007 20:49:25 -0000 1.4
***************
*** 1,44 ****
! <HTML>
! <HEAD>
! <TITLE>ARSperl Programmer's Manual</TITLE>
! </HEAD>
! <BODY BGCOLOR="#FFFFFF">
- <H2><CODE>$version = ars_APIVersion()</CODE></H2>
! This routine returns the "major" version of the API that
! the ARSperl module was compiled against. For example, it
! should return 2, 3, 4 etc. ARSperl doesn't work against pre-2.0
! libraries, so it shouldn't return anything less that 2.
! <P>
! <DL>
! <DT><B>On success</B><DD>
! Returns an integer.
! <DT><B>On failure</B><DD>
! Returns undef.
! </DL>
! <P>Example:
! <PRE>
! $v = ars_APIVersion();
! print "This installation of ARSperl was compiled against ARS API version $v\n";
! </PRE>
! <I>ars_APIVersion was introduced in version 1.62 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 28 December 1998 by
! jcm...@ar...<BR>
! © J.C.Murphy, J.W.Murphy 1995-1999 ar...@ar...
</address>
! </BODY>
! </HTML>
--- 1,72 ----
! <!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 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>
|