http://www.perlmonks.org?node_id=921996


in reply to Re^3: Passing array of references to Template
in thread Passing array of references to Template

Yeah - printing the \@sendoff via Dumper displays what I need. I actually have a typo in what I posted, the actual code is
my $results = &return_values; my @sendoff = @$results;