1. Computing

Conditionals - How to make decisions in Perl using if, else, and elsif

From Kirk Brown, About.com GuideSeptember 1, 2008

A conditional is a control structure that will activate specific blocks of your code based upon whether your specified statement (or expression, or condition) evaluates to true or false. You can use these conditional statements to make logical decisions, or take specific actions based on available data. Learn more in this tutorial on using if, else, and elsif...

Conditionals - How to make decisions in Perl using if, else, and elsif
Comments
No comments yet. Leave a Comment
Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>
Top Related Searches how to make decisions perl

©2013 About.com. All rights reserved.