in reply to
Possible looping or syntax error
Maybe you should try changing
my $update = param('search');
to
my $search = param('search');
hth
--
bm
Comment on
Re: Possible looping or syntax error
Select
or
Download
Code
In Section
Seekers of Perl Wisdom