SPUG: Apache and Modules

Yitzchak Scott-Thoennes sthoenna at efn.org
Wed Jan 23 20:59:43 CST 2002


Colin Meyer <cmeyer at helvella.org> wrote:
>A super ugly kludge could be:
>
>  use lib '/my/own/private/idaho';
>  delete $INC{Config}
>  require Config; Config::import;

You probably want a:
  use Symbol ();
  Symbol::delete_package 'Config';
before the require, to start with a fresh %Config namespace.

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     POST TO: spug-list at pm.org       PROBLEMS: owner-spug-list at pm.org
      Subscriptions; Email to majordomo at pm.org:  ACTION  LIST  EMAIL
  Replace ACTION by subscribe or unsubscribe, EMAIL by your Email-address
 For daily traffic, use spug-list for LIST ;  for weekly, spug-list-digest
     Seattle Perl Users Group (SPUG) Home Page: http://zipcon.net/spug/





More information about the spug-list mailing list