Help for this page
sub parse { my ( $self, $resource, $something ) = @_; ... }
for my $i ( 0..@{$resource} - 1 ) { ... }