If I understand correctly Crabbdean you want to add a state to your module, just one extra hash key that acts as a flag.
You might turn this on and off in an instance with
$thisthing->verboseon;
some more code needing verbosity
$thisthing->verboseoff;