Thank you, I have tried using LIKE instead of %, but it returns nothing.
Its not perl, but PHP, but its the mysql part of the query that I am struggling with, hence the post in this forum.
mysql code:
$query_rsName = sprintf("SELECT * FROM catches WHERE name = '%s' AND pegno = '%s' AND specie...