sub exportLinks { my ($self, $i) = @_; my @my_links = { ... }; # do your thang here return @my_links; }