Help for this page
my $matches = 0; ... if (! $matches) { ... "sorry no matches found" }
my $command = $sth->fetchrow_arrayref(); ... } } while ($command = $sth->fetchrow_arrayref()); }
my $first = 1; ... for ... } }