I can't remember how to test a scalar to see if it is uninitialized before being used. I am writing a cgi script in perl and in the development process I have found a place where it is possible for a particular scalar $article to be uninitialized. I want to test for this condition so it can be corrected before the scalar is used somewhere and blows chunks.
I've done this before but I can't remember what I did. I've googled and searched but I guess I'm not using the correct search words. I'm getting really frustrated!