The context is wrong when assigning your return params hash. Think the following should fix it up:
my %ret_params = ( 'error_list' => scalar $results->missing );
The relevant documentation: Missing says you need scalar context to get a reference to the array of missing fields.
In reply to Re: List Data in TT and CGI_Application
by Loops
in thread List Data in TT and CGI_Application
by perlron
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |