On Wed, 13 Dec 2000 01:42:30 -0800, David J. Iberri wrote: >I cannot duplicate the error message. Everything runs fine except for the >calls to read_bid() etc. You don't have warnings enabled, have you? It's not a (fatal) error, but a warning. And rightfully so, because it actually is a coding error. That variable is never set. >Perhaps you could send the whole file (unless it's too cumbersome)? Uh. He already virtually did. This is not behaviour that should be encouraged. The smaller the code snippet that exhibits the erratic behaviour, the better. p.s. It looks like I was a bit wrong. It's not the scalar $category, but the hash %category that was used only once. -- Bart. # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org