Hello!

> And your exec code ought not to have to change.  If you're used to doing
> something that says
>
>          foo (@files)
>
> then just do instead
>
>          foo (@{$logFiles{$key})
>
> where $key is one of the hash keys - obviously now you can loop through
all
> of them.

Sorry, but did you forget a brace?

foo (@{$logFiles{$key}})

Krisztian


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to