Comparison Operators

The comparison operators used by Perl are similar to those used by C, awk, and the csh shells, and are used to specify and compare values (including strings). A comparison operator is most often used within an if statement or loop. Perl has comparison operators for numbers and strings. Table 40.1 shows the numeric comparison operators and their meanings.

Image

TABLE 40.1 Numeric Comparison Operators in Perl

Table 40.2 shows the string comparison operators and their meanings.

Image

TABLE 40.2 String Comparison Operators in Perl

Get Ubuntu Unleashed 2014 Edition: Covering 13.10 and 14.04,Ninth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.