in reply to Re^3: modules using things from other modules
in thread modules using things from other modules

that method and module is just one example of what I need use. So what you guys saying is that even if i use a module in my module, if it is alredy loaded it done not get loaded again? thats great news
  • Comment on Re^4: modules using things from other modules

Replies are listed 'Best First'.
Re^5: modules using things from other modules
by Anonymous Monk on Sep 02, 2008 at 05:50 UTC
    So what you guys saying is that even if i use a module in my module, if it is alredy loaded it done not get loaded again? Correct
    perldoc -f use
    perldoc -f require