in reply to Re^4: Array ending up empty when processing more than a single file
in thread Array ending up empty when processing more than a single file

You are completely correct. I was being dense. :P

>perl -wle 'for(1,2){ eval "sub moo{}" }; sub moo{};' Subroutine moo redefined at (eval 1) line 1. Subroutine moo redefined at (eval 2) line 1.
  • Comment on Re^5: Array ending up empty when processing more than a single file
  • Download Code