Mega Code Archive

 
Categories / Perl / Data Type
 

Greater than or equal operator

#/usr/bin/perl -w print "Two is more than or equal to two? ",       2 >= 2,  "\n";