[NTLUG:Discuss] Perl help

Robert Citek robert.citek at gmail.com
Wed Feb 6 13:45:10 CST 2008


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



More information about the Discuss mailing list