in reply to String in array

splain
Argument "and/people" isn't numeric in array element at test.pl line 1 +30.' (#1) (W numeric) The indicated string was fed as an argument to an oper +ator that expected a numeric value instead. If you're fortunate the me +ssage will identify which operator was so unfortunate.
Use strict warnings and diagnostics or die,