in reply to Re: sub running on use statement
in thread sub running on use statement
The subroutine in question is recursive - it calls itself to fill an array with all the file names in a directory tree.
One of the scalars passed by reference is a filter string, used with match expressions to select files or directories by name.
The spooky part is that one of the directories is a Source. Specifically, SourceFiles. So during initial processing of the data, one of the filters I use to select files is SourceFiles. So, in a way, I do have a Source(Files) filter in my script.
The confluence of that term and the name of one of my directories was an interesting coincidence.
Or maybe it wasn't a coincidence...perhaps you're not لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ as you claim to be ... ( insert spooky music here )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: sub running on use statement
by GrandFather (Saint) on Dec 02, 2014 at 19:59 UTC |