view release on metacpan or search on metacpan
html/manual/ars_APIVersion.html view on Meta::CPAN
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 michiel.beijen@mansolutions.nl<br />
© J.C.Murphy, J.W.Murphy 1995-2007 arsperl@arsperl.org
</address>
</body>
</html>
html/manual/ars_DateToJulianDate.html view on Meta::CPAN
print "The Battle of Hastings was on October 14th, 1066.\n";
print "This is $juliandate days after January 1st, 4713 BCE.\n";
</pre>
<p class="c1">
ars_DateToJulianDate was introduced in version 1.92 of ARSperl
</p>
<p>
<a href="toc.html">Back to Table of Contents</a>
</p>
<address>
Last changes to this page 30 March 2009 by michiel.beijen@gmail.com<br />
</address>
</body>
</html>
html/manual/ars_ExecuteProcess.html view on Meta::CPAN
</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
html/manual/ars_ExecuteProcess.html view on Meta::CPAN
(($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 michiel.beijen@gmail.com<br />
© J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</body>
</html>
html/manual/ars_GetClientCharSet.html view on Meta::CPAN
/*]]>*/
</style>
</head>
<body>
<h2>
<code>ars_GetClientCharSet(control)</code>
</h2>Retrieves a string that represents the name of the character set the client is using. The
API assumes that all character data the client passes it is encoded in this character set, and
returns all character data encoded in this character set. If this differs from the server
charset (see <a href="ars_GetServerCharSet.html">ars_GetServerCharSet</a>), the API converts
the data to the right character set.<br />
<dl>
<dt class="c1">
On success
</dt>
<dd>
Returns a string.
</dd>
<dt class="c1">
On failure
</dt>
<dd>
Returns undef.
</dd>
</dl>
<p>
Example:
</p>
<pre>
my $charset = ars_GetClientCharSet($ctrl);<br /> print "This client is using character set $charset\n";<br />
</pre>
<p class="c1">
ars_GetClientCharSet was introduced in version 1.92 of ARSperl
</p>
<p>
<a href="toc.html">Back to Table of Contents</a>
</p>
<address>
Last changes to this page 30 March 2009 by michiel@beefreeit.nl<br />
</address>
</body>
</html>
html/manual/ars_GetServerCharSet.html view on Meta::CPAN
dt.c1 {font-weight: bold}
p.c1 {font-style: italic}
/*]]>*/
</style>
</head>
<body>
<h2>
<code>ars_GetServerCharSet(control)</code>
</h2>Retrieves a string that represents the name of the character set the API library uses to
communicate with the server. If this differs from the client charset, the API converts the data
to the right character set.<br />
<dl>
<dt class="c1">
On success
</dt>
<dd>
Returns a string.
</dd>
<dt class="c1">
On failure
</dt>
<dd>
Returns undef.
</dd>
</dl>
<p>
Example:
</p>
<pre>
my $charset = ars_GetServerCharSet($ctrl);<br /> print "This server is using character set $charset\n";<br />
</pre>
<p class="c1">
ars_GetServerCharSet was introduced in version 1.92 of ARSperl
</p>
<p>
<a href="toc.html">Back to Table of Contents</a>
</p>
<address>
Last changes to this page 30 March 2009 by michiel@beefreeit.nl<br />
</address>
</body>
</html>
html/manual/loading.html view on Meta::CPAN
<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 michiel.beijen@gmail.com<br />
© J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</body>
</html>
html/manual/toc.html view on Meta::CPAN
dt.c1 {font-weight: bold}
/*]]>*/
</style>
</head>
<body>
<h1>
ARSperl Programmer's Manual
</h1>
<h2>
Table of Contents
</h2><br />
<dl>
<dt>
<a href="loading.html">Loading the extension</a>
</dt>
<dt class="c1">
Reserved variables
</dt>
<dd>
<ul>
<li>
html/manual/toc.html view on Meta::CPAN
<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 />
© J.C.Murphy, J.W.Murphy 1997 <i>arsperl@arsperl.org</i>
</address>
</body>
</html>
infra/mkchanges.pl view on Meta::CPAN
print "Released: $rel Version: $ver\n\n";
while(<$f>) {
chomp;
s/<[\/]{0,1}U>/_/gi;
$bq = 1 if(/\<BLOCKQUOTE\>/i);
$bq = 0 if(/\<\/BLOCKQUOTE>/i);
s/<[\/]{0,1}BLOCKQUOTE>/\ /gi;
s/<[\/]{0,1}BR>/\ /gi;
s/>/>/g;
s/</</g;
s/\r//g;
if(/^$/) {
print "\n\n";
return;
}
if(/^(\S+)/) {
my $who = $1;
t/aptest51.def view on Meta::CPAN
vui {
id : 536873337
name : TEST_FixedWebView
label : TEST_FixedWebView
timestamp : 1225458854
vui-locale : fr_FR
vui-type : 3
owner : Demo
last-changed : Demo
display-prop : 6\20\4\17\TEST_FixedWebView\264\6\0\251\6\0\252\6\0\60019\4\16\TestFixedWebView\83\4\1125\<HTML>
<HEAD>
<%@ page contentType="text/html; charset=win
display-prop : dows-1252"%><%@ taglib uri="remedy_arsys" prefix="arsys" %><arsys:preamble /></HEAD>
<BODY><!--METADATA TYPE="DesignerControl" startspan
<OBJECT cla
display-prop : ssid="clsid:496A808B-407A-11D4-80DA-00B0D020044D" width=1600 height=20>
<PARAM NAME="ARType" VALUE="26">
<PARAM NAME="ViewID" VALUE="536873337">
display-prop : </OBJECT>-->
<arsys:open_services>
<arsys:form server="@@SERVER@@" name="@@FORM@@" vuiid="536873337"/>
</arsys:open_services><!--METADAT
display-prop : A TYPE="DesignerControl" endspan--><!--METADATA TYPE="DesignerControl" startspan
<OBJECT classid="clsid:496A808B-407A-11D4-80DA-00B0D020044D" width=
display-prop : 900 height=50>
<PARAM NAME="ARType" VALUE="31">
<PARAM NAME="Form" VALUE="ARSperl Test3">
</OBJECT>--><arsys:form_view/><!--METADATA TYPE=
display-prop : "DesignerControl" endspan--><!--METADATA TYPE="DesignerControl" startspan
<OBJECT classid="clsid:496A808B-407A-11D4-80DA-00B0D020044D" width=1600 he
display-prop : ight=20>
<PARAM NAME="ARType" VALUE="27">
</OBJECT>--><arsys:close_services/><!--METADATA TYPE="DesignerControl" endspan--></BODY>
</HTML>
\
display-prop :
}
field {
id : 1
name : Request-ID
datatype : 4
fieldtype : 1
create-mode : 2
option : 3
timestamp : 1225458854