$version = ars_APIVersion()
This routine returns the "major" version of the API that the ARSperl module was compiled against.
The corresponding API and AR System versions are as follows:
Example:
$v = ars_APIVersion();ars_APIVersion was introduced in version 1.62 of ARSperl Last changes to this page 24 July 2007 by michiel.beijen@mansolutions.nl
print "This installation of ARSperl was compiled against ARS API version $v\n";