Greetings!I am sorry if I am asking a very basic question. But is there a way to create some thing like a single ton class in Perl just like what we have in Java. I want to compute certain values only once and store it in the moemory so that they can be accessed in future across the Application.Please let me know if this is possible.