in reply to lost in eval and regexp
Use of uninitialized value in concatenation (.) or stringIf I add print "tmp=$tmp\n"; after your eval statement, I see that $tmp is the culprit. So, I believe your eval statement is not doing what you expect it to do. What do you expect it to do?
|
---|