# Gets latest 10 results while ( my $page = $rs->next ) { my $book = sprintf( "%02d", $page->chapter->book->title ); # Book number??? my $chapter = sprintf( "%02d", $page->chapter->num ); }