The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<title>AV</title><body bgcolor="#CCCCCC" xbackground="../img/cbg.gif"><form action="#" id="controlForm">
<center><table cellpadding="30" border="2" width="95%"><tr><td bgcolor="#FFFFFF"><h1><a href="s12.html">AV</a></h1>

<p><img src="../av.png">

<hr><xmp>
AV*  newAV();
AV*  av_make(I32 num, SV **ptr);

void  av_push(AV*, SV*);
SV*   av_pop(AV*);
SV*   av_shift(AV*);
void  av_unshift(AV*, I32 num);
I32   av_len(AV*);
SV**  av_fetch(AV*, I32 key, I32 lval);
SV**  av_store(AV*, I32 key, SV* val);
void  av_clear(AV*);
void  av_undef(AV*);
void  av_extend(AV*, I32 key);
</xmp>

</table></center>

<p><table border="0" width="100%"><tr><td width="100%"><font size="-2">illguts-0.42<br>© 1998 Gisle Aas, 2009 Reini Urban</font></td>
<td>11/23</td><td><form action="#" id="controlForm"><table border="1"><tr><td><a accesskey="z" id="prev" href="s10.html"><img src="../img/left.gif" alt="««" border=0></a><a accesskey="t" id="toggle" href="index.html"><img src="../img/up.gif" alt="/\" border=0></a><a accesskey="x" href="s12.html"><img src="../img/right.gif" alt="»»" border=0></a></div></td></tr></table></td></tr></table></form>
<p>
</body>