Re: What is 'new' doing?
- From: mumia.w.18.spam+nospam@xxxxxxxxxxxxx (Mumia W.)
- Date: Wed, 22 Nov 2006 03:49:54 -0600
On 11/22/2006 02:44 AM, Mathew Snyder wrote:
In this line of code what is 'new' doing?
my $users = new RT::Users(RT::SystemUser);
Mathew
It's equivalent to saying this:
my $users j= RT::Users->new(RT::SystemUser);
Read the "perlmod" document:
perldoc perlmod
.
- References:
- What is 'new' doing?
- From: Mathew Snyder
- What is 'new' doing?
- Prev by Date: Re: Free PERL Editor
- Next by Date: Re: Killing a process that takes too long
- Previous by thread: Re: What is 'new' doing?
- Next by thread: RE: What is 'new' doing?
- Index(es):