       1mfor_recursive_glob 4m22mvar24m 4mdirlist24m 4mgloblist24m 4mcode0m
              This  procedure  performs  a foreach-style loop over recursively
              matched files.   All  directories  in  4mdirlist24m  are  recursively
              searched  (breadth-first), comparing each file found against the
              file glob patterns in 1mgloblist22m.   For  each  matched  file,  the
              variable  4mvar24m  is  set  to  the file path and 4mcode24m is evaluated.
              Symbolic links are not followed.
