in reply to Re: Using the perl modules depends upon the availability of another module.
in thread Using the perl modules depends upon the availability of another module.
looks a little nicer, although I don't think I've ever actually used it.use Module1; use if $INC{'Module1.pm'}, 'Module2';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Using the perl modules depends upon the availability of another module.
by ikegami (Patriarch) on Dec 08, 2005 at 15:02 UTC |