What is 'new' doing?



In this line of code what is 'new' doing?
my $users = new RT::Users(RT::SystemUser);

Mathew
.