in reply to OO Perl modules on 5.005_3
There is a module named Config that is installed as part of Perl. Your "use Config" may be getting this, instead of your own. (you can check this by printing $INC{"Config.pm"}). Try renaming your module. --Dave.