![]() |
![]()
| ![]() |
![]()
NAMEStone::Cursor - Traverse tags and values of a Stone SYNOPSISuse Boulder::Store; $store = Boulder::Store->new('./soccer_teams'); my $stone = $store->get(28); $cursor = $stone->cursor; while (my ($key,$value) = $cursor->each) { print "$value: Go Bluejays!\n" if $key eq 'State' and $value eq 'Katonah'; } DESCRIPTIONBoulder::Cursor is a utility class that allows you to create one or more iterators across a Stone object. This is used for traversing large Stone objects in order to identify or modify portions of the record. CLASS METHODS
OBJECT METHODS
AUTHORLincoln D. Stein <lstein@cshl.org>. COPYRIGHTCopyright 1997-1999, Cold Spring Harbor Laboratory, Cold Spring Harbor NY. This module can be used and distributed on the same terms as Perl itself. SEE ALSOBoulder, Stone POD ERRORSHey! The above document had some coding errors, which are explained below:
|