On Sep 7, 2015, at 10:15 AM, Andrew Solomon wrote:
>
> If I were you I'd do something like
>
> print STDERR "UPTO 1\n";
>
> in various places to see what's actually being executed.
Thanks for the reply. I had done that with Data::Dumper and I couldn't
see where the problem was coming
I can't replicate a problem with your inner if-statement. My feeling
is that the code isn't getting past the outer if-conditional.
if ($main::global->{form}->{'setSearchBox'} eq $field
|| $main::global->{form}->{'setSearchBox'} eq 'both') {
If I were you I'd do something like
print