Mega Code Archive
Categories
/
Perl
/
Data Type
Not equal operator for digits
#!/usr/bin/perl -w print "So, two isn't equal to four? ", 2 != 4, "\n";