in reply to How to use variables in @INC and "use" commands

It sounds like your storing data in a Perl module. Much better would be to use DBM::Deep, DB_File, or any number of other data storage mechanisms.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re: How to use variables in @INC and "use" commands

Replies are listed 'Best First'.
Re^2: How to use variables in @INC and "use" commands
by Arun Tv (Initiate) on Oct 21, 2008 at 17:25 UTC
    Thanks a lot for your view.
    I will look in to it.
    :-)