in reply to Re: strange thing in perl's eval function
in thread strange thing in perl's eval function(solved))

1. Just because if removing the first one, warning appears, an answer on StackOverflow has cleared this problem. 2. Because sometimes $_ changes unpredictable, I used another variable but forgot to remove the first chomp. 3. Good suggestion. I hope perl6 will mature soon, not just on VM.
  • Comment on Re^2: strange thing in perl's eval function