Hi,
Im currently working on enhancing scripts with more exhaustive debugging and error-reporting mechanisms.
Im aware of the following :
> use strict - pragma
> warnings
> eval - function
> die - function
> $! - special variable
Please could anyone shed more light on possible mechanisms that i may have missed out on?
Thanks In Advance!