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

Changes for version 0.03

  • -Fixed bugs when assigning to an element past the end of the string. Array was not extended correctly when this happened.
  • Also added the ->trim method. This prunes the internal representation of the structure down to used elements only. Any preextension of the underlying string is thrown away. This can be useful for recovering unused memory when you know that there will be no more store operations occuring.

Modules

Tie a Perl array to a C-style array (packed; elements of a single, simple data type)