Help for this page
my $get_data_sub = sub { my ($offset, $rows) = @_; my @return_array; ... } return \@return_array; }