ARSperl
view release on metacpan or search on metacpan
Copyright Holder, but only to the computing community at large
as a market that must bear the fee.)
"Freely Available" means that no fee is charged for the item
itself, though there may be fees involved in handling the item.
It also means that recipients of the item may redistribute it
under the same conditions they received it.
1. You may make and give away verbatim copies of the source form of the
Standard Version of this Package without restriction, provided that you
duplicate all of the original copyright notices and associated disclaimers.
2. You may apply bug fixes, portability fixes and other modifications
derived from the Public Domain or from the Copyright Holder. A Package
modified in such a way shall still be considered the Standard Version.
3. You may otherwise modify your copy of this Package in any way, provided
that you insert a prominent notice in each changed file stating how and
when you changed that file, and provided that you do at least ONE of the
following:
example/ars_SetServerInfo.pl view on Meta::CPAN
&ARS::AR_SERVER_INFO_EMAIL_FROM,
"foo\@bar.com") ||
die "ars_SetServerInfo: $ars_errstr\n";
print "\nFetching newly set EMAIL_FROM setting..\n";
my %il = ars_GetServerInfo($c,
&ARS::AR_SERVER_INFO_EMAIL_FROM);
print "\tEMAIL_FROM = $il{'EMAIL_FROM'}\n\n";
print "Setting EMAIL_FROM to original setting..\n";
ars_SetServerInfo($c,
&ARS::AR_SERVER_INFO_EMAIL_FROM,
$orig) ||
die "ars_SetServerInfo: $ars_errstr\n";
print "\nDone.\n";
exit 0;
html/copying.html view on Meta::CPAN
source code. And you must show them these terms so they know their
rights.<p>
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.<p>
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.<p>
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.<p>
The precise terms and conditions for copying, distribution and
modification follow.<p>
html/copying.html view on Meta::CPAN
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.<p>
<dt>6.
<dd>Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.<p>
<dt>7.
<dd>If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
html/copying.html view on Meta::CPAN
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.<p>
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.<p>
<dt>8.
<dd>If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.<p>
<dt>9.
<dd>The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.<p>
html/manual/ars_GetMultipleEntries.html view on Meta::CPAN
This function retrieves multiple entries from a schema, in the form of
a hash (or list, if preferred) of entryIDs and references to
fieldID/value pairs. The <CODE>[ entryID_list ]</CODE> argument is a
reference to a list of entryIDs. If you specify any fieldIDs after the
<CODE>[ entryID_list ]</CODE> parameter, only the values for those
fields will be returned, otherwise all field id value pairs are returned.
<P>
The format of the returned list is <I>(entryID, {field_value_hash})</I>
pairs. The list can be stored in an array or hash. Using an
array preserves the original order of <CODE>[ entryID_list ]</CODE>. Each referenced
field_value_hash has the same format as the return of a single
<CODE>ars_GetEntry</CODE> call: the hash keys are the fieldIDs and the
hash values are the field values. If the entryID was not found, the
field_value_hash reference is <CODE>undef</CODE>.
<p>
<DL>
<DT><B>On success</B><DD>
Returns a list of <i>(entryID, {field_value_hash})</i> pairs.
<DT><B>On failure</B><DD>
Returns <CODE>undef</CODE>.
html/manual/ds_attach_hash.html view on Meta::CPAN
<H2>Attachment Hash Values</H2>
This is returned by <A HREF="ars_GetEntry.html">ars_GetEntry</A> when
you retrieve an attachment field.
<p>
<PRE>
{
"name" => the original filename of the attachment,
"compSize" => the compressed size of the attachment,
"origSize" => the original size of the attachment,
"value" => "Use ars_GetEntryBLOB or OO->getAttachment to extract the attachment"
}
</PRE>
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
( run in 0.253 second using v1.01-cache-2.11-cpan-f985c23238c )