in reply to Re: hash_reference from file
in thread hash_reference from file

Next Question: How do I exclude certain lines. eg exclude lines that have 'Unk'

Replies are listed 'Best First'.
Re^3: hash_reference from file
by choroba (Cardinal) on Sep 29, 2011 at 10:56 UTC
    Just don't push if $hash{REG} eq 'Unk'...

      Thanks