in reply to List Data in TT and CGI_Application
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: List Data in TT and CGI_Application
by perlron (Pilgrim) on Oct 17, 2014 at 19:57 UTC |