in reply to how does perl handle variables
This is not as much a matter of variables, as a matter of the + operator in Perl. It treats both its arguments as numbers, and anything that starts with a letter will be treated as numerically 0 for that operation.
|
|---|