The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Handy Values

(deprecated - use (AV *)NULL instead)

Array Manipulation Functions

Creates a new AV. The reference count is set to 1.

Perl equivalent: my @array;.