On Feb 6, 2008 1:10 PM, Michael Barnes <barnmichael at gmail.com> wrote: > foreach $n (@files) { > > type of thing in there, but I can't get it to work. You're close: for $n (</path/to/files/*>) { ... Regards, - Robert