At 02:45 PM 10/4/2001 +0100, Simon Cozens wrote:
>On Wed, Oct 03, 2001 at 01:18:04PM -0700, Brent Dax wrote:
> >       foreach(grep {/pattern/} keys %Config) {
> >               blah blah blah
> >
> > with:
> >
> >       while($_=each %Config) {
> >               next unless /pattern/;
> >               blah blah blah
>
>Better, but it doesn't appear to ever *end*. :(
>
>Moreover:
>     print scalar keys %Config
>doesn't end either. Nor does %foo = %config;

What, on the test drive VMS system? That's bizarre. It *should* work. (The 
perl they're using is, for all intents and purposes, the one I used in 
production for a year or so)

I gotta get an account there and find out what's going on.

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to