anbutechie has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
I m using IEAUTOMATION module, I have created an object (broswer) and i navigated through some pages. Is it possible to use this object in some other module.

Regards,
Anbarasu
  • Comment on Is it possible to use object of IEAutomation to other modules

Replies are listed 'Best First'.
Re: Is it possible to use object of IEAutomation to other modules
by moritz (Cardinal) on Jul 06, 2009 at 07:00 UTC
    Yes.
      define as global u can use i guess
        Sure, but why bother? You can simply pass an object as an argument to a sub or method call. I mean it's not something as evil as a tie, just a plain blessed reference.