More perlish would be:

insert_head => unshift
insert_tail => push

Although these method-names are perfect.

next($b) => next()
prev($b) => prev()

I don't know whether my conception is right but $bb is something like an iterator. Why does one have to pass $bb->next($b) $b, wouldn't $bb->next() that's how iterator work, at least i'd expect that.

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to