in reply to Re: Require input reading files recursively in perl
in thread Require input reading files recursively in perl

This standard chunk of cargo-cult programming won't actually fix the OP's problem, since the global SCR directory handle will still get overwritten. A dose of "local" or "my" will fix it, and an explanation of what is happening would lead to the right solution.
Just another Perler interested in Algol Programming.
  • Comment on Re^2: Require input reading files recursively in perl