Hi there... i am not an expert OO developer so i am somehow flying blind in here and need your help please Basically i want to write my own plugin and i have some repeated calculations in each and every plugin method that i would like to reduce to just one, but i am not sure on how to do it... My understanding is that i can do it inside the constructor (the "sub new") and put the results in a data structure that can be accessed later by any method inside the plugin. My main problem is that i do not know how to access the email content from inside the "sub new" constructor. Can anyone provide any help and if possible, an example, please???
have a nice weekend!---PedroD