On Tue, 8 Jun 2004, Greg Jetter wrote:

> Could someone enlighten me on the proper way to pass an array ref to  this
> part of the new() call ?
>
> I've tried  persist_vars => [EMAIL PROTECTED] ]
>
> WHERE :
>
> @array = ("PostalCode", $searchZip);

That should be just:

  @array = ("PostalCode");

HTML::Pager uses the value from $query->param() for the vars you ask
to be persisted.

-sam


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to