is the right way to trap uninitialized reference by wrapping an eval around the entire program? or is there a way to tell perl to call my sub when it encounters an uninitialized variable, which would otherwise trigger a warnings (or FATAL exception if set)?
thanks, perl wizards...