| Algorithm-SkipList documentation | Contained in the Algorithm-SkipList distribution. |
Algorithm::SkipList::PurePerl - Pure-Perl implementation of skip lists
This is an alias for Algorithm::SkipList.
| Algorithm-SkipList documentation | Contained in the Algorithm-SkipList distribution. |
package Algorithm::SkipList::PurePerl; use base 'Algorithm::SkipList'; our $VERSION = '1.00'; # $VERSION = eval $VERSION; 1; __END__