in reply to Re: Re: Recursively run another script
in thread Recursively run another script

You code is quite dependant on os. If you wanted to avoid file::find you should at least use opendir to get your file list. But really in the end you'll be much better off if you get comfy with file::find
  • Comment on Re: Re: Re: Recursively run another script