in reply to passing/retrieving arrays
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) ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: passing/retrieving arrays
by kwoff (Friar) on Nov 03, 2001 at 05:36 UTC |