in reply to Re: Re: Re: Re: Re: Clean URLs and CGI.pm
in thread Clean URLs and CGI.pm

Ah, a few things weren't clear. For one, the documentation doesn't mention that keywords() returns false when a non ISINDEX style is used.

How about:

$page->param('Field',[$page->keywords()]->[0]) if $page->keywords();