in reply to Re: strict
in thread strict

yes that was the idea ... This maybe solves the problem.
See I program bit by bit try to do one thing then add a next one if the first one worked.

I will pump it in a hash, but then still the problem comes up. I THINK :)

My opinions may have changed,
but not the fact that I am right

Replies are listed 'Best First'.
Re: Re: Re: strict
by ChOas (Curate) on Nov 22, 2000 at 17:28 UTC
    When you use a hash, you can assign values to keys,
    if there is no value, there is no key, then you can just
    print out all the keys

    And else you just check if the values are defined before
    printing/doing something with them

    GreetZ!,
      ChOas

    I didn't know my example was THAT bad