Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
Learn how to use simple comparisons and regular expressions in Perl.
http://www.codebeach.com/tutorials/comparisons-in-perl.asp
Tutorial Statistics
Total Hits: 1475
Average Rating :     
Total Votes: 0 votes
Category: Perl & CGI/Getting Started
Submitted on: 2008-03-16 00:58:07
Submitted By: Devesh Khanna
Set as Favorite
This tutorial shows how to use simple comparisons and regular expressions in Perl. Almost everything we put in an ‘if’ expression is going to be comparing a variable with a value, or a variable with another variable. In Perl, we have to keep our numeric comparisons separate from our text comparisons. More detail...
|
|
|