Pithub::ResultSet(3pm) | User Contributed Perl Documentation | Pithub::ResultSet(3pm) |
NAME¶
Pithub::ResultSet - Iterate over the results
VERSION¶
version 0.01041
SYNOPSIS¶
use Pithub::ResultSet (); see L<Pithub::Result>
DESCRIPTION¶
Iterate over items in the result-set.
METHODS¶
new ($content)¶
Constructor
getLength¶
Get length of result-set.
getNext¶
Get next item in the result-set.
SEE ALSO¶
AUTHOR¶
H.Merijn Brand <hmbrand@cpan.org>
ORIGINAL AUTHOR¶
Stevan Little <stevan@iinteractive.com> perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE¶
Code derived from Array::Iterator, stripped down to only what is required
AUTHOR¶
Johannes Plunien <plu@cpan.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2011 by Johannes Plunien.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2023-09-02 | perl v5.36.0 |