The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<HTML>
<HEAD>
<TITLE>ARSperl Manual - Attachment Hash Values</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<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"        =&gt; the original filename of the attachment,
  "compSize"    =&gt; the compressed size of the attachment,
  "origSize"    =&gt; the original size of the attachment,
  "value"       =&gt; "Use ars_GetEntryBLOB or OO->getAttachment to extract the attachment"

}
</PRE>

<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="&lt;--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 12 May 2003 by jcmurphy@arsperl.org<br>
&#169; J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>