Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ruthie

    using global objects in perl

    Hi all. I am writing an application in perl and I would like to have it print things out into global 'Report' objects(warning, error, result reports etc). In general, I like to think of my reports as tools the applications uses constantly, but are not a part of it. Well, creating instances of...
  2. ruthie

    constructors and singletons

    Hi I have two unrelated questions regarding good object oriented practice: 1. how much should i put in a constructor: is it good to do all my initializations in it? when is it good to use init functions? 2. is it okay to use a singleton design pattern, and then use -new- to get a pointer to it...

Part and Inventory Search

Back
Top