in reply to Re: Re: filtering file names to be added to an array...maybe.
in thread filtering file names to be added to an array...maybe.

Up to perl5.005_03, glob in Perl spawned a shell. However, as of 5.6.0, glob is implemented using the File::Glob extension (offsite link), which doesn't spawn a shell, and provides configuration options besides.
  • Comment on Re: Re: Re: filtering file names to be added to an array...maybe.