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

Changes for version 0.02 - 2002-06-14

  • Added support for a size limit on the list. If you reach and attempt to insert more elements, most recent lower priority elements already in the list will be overriden, but if you attempt to insert higher priority objects.
  • Added a reversed extraction method - shift(), which will extract the most recent and lowest priority object from the list.
  • Added an optional parameter to allow extraction from a specific priority.

Modules

Perl extension for a list that manipulates objects by their priority