Hi everyone. I'm writing a SOAP Server in perl and I need/want to use objects. I have an array called @users which is populated in sub new. I want to store this array in my $self variable which is passed to all functions and then pull it out later. Can somebody help me? sub new { my ($class_name) = @_;