A conditional statement is one which allows us to test the truth of some condition. For instance, we might say "If the ticket price is less than ten dollars..." or "While there are still tickets left..."
You've almost certainly seen conditional statements in other programming languages, so we'll just assume that you get the general idea.
Perl's conditional statements are listed and explained on pages 95-106 of the Camel.