I have a Perl-tk HList listbox question. I am trying to select everything that is in the list box and it gives a error that "entry 0 is not found"?

Code:
.$lb->selectionSet(0, 'end');
this is how im trying to select everything. im i doing something wrong?