Mega Code Archive

 
Categories / Perl / Data Type
 

String (with digits) is converted to number during the math operation

#!/usr/bin/perl -w print "12 monkeys"    + 0,  "\n";