you are passing an array via the hidden method when, according to the docs in CGI.pm, you should be passing a reference to an array. The hidden() method creates a hidden field that can only hold a scalar value.print hidden('array', @Record) ;
In reply to Re: passing/retrieving arrays
by thunders
in thread passing/retrieving arrays
by andy_t
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |