At 09:29 AM 8/7/01 +0200, Romek Krisztián wrote:
> > 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}})
Yep, thanks. If I'd been editing that in Emacs instead of doing a quickie
in my editor it'd have been caught for me. Well, that's the danger of
quickies.
--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]