in reply to Re: Detecting modules in use?
in thread Detecting modules in use?
and having the code mentioned in my first post inside intranet.pl... I would have two or more 'use DBI' calls consecutively. What kind of penalty (if any) would I suffer from coding this way?eval { use DBI; require 'intranet.pl'; };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re: Detecting modules in use?
by lhoward (Vicar) on May 29, 2000 at 08:01 UTC |