http://qs321.pair.com?node_id=1029147


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



As you can see from above code, when I call the function recursively, I am passing arguments by doing pre-pend the directory name so that the opendir would know what the directory it should open. Did I get that wrong? Feel free to correct.