in reply to Re: packages (Classes) and file names
in thread packages (Classes) and file names

An alternate approach to to do it this way:
my $user = User->new( system => 'LDAP' , ...); # $user isa User::LDAP
--
Clayton