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