String (with digits) is converted to number during the math operation
#!/usr/bin/perl -w print "12 monkeys" + 0, "\n";