> > Cwd should be available on both, so you can rewrite BOP_cwd. > > sub BOP_cwd { require Cwd; return Cwd::getcwd (); } >
At the time this method is called the old and possibly wrong include paths are yet active. So I may not be able to include anything through require / use. Thats why I wrote my one BOP_cwd which relies on nothing which has to be required. Just after the BEGIN block is executed, the @INC path is set correctly in linux / win and I may use / require everything I need. Wayne: If you need help for building your linux path, let me know. Dietmar _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs