On Sat, Feb 19, 2000 at 04:14:13AM +0000, Campbell-Lange wrote: > Is it possible to incorporate all the modules into one file? They are > written in OO fashion, and 2 of the modules inherit from each other. As long as the modules don't need to be loaded separately (i.e. with separate 'use' statements), yes. Recent versions of IO::Socket are written in this fashion, with IO::Socket::INET and IO::Socket::UNIX in the same file. Ronald ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-modules-request@macperl.org