Dr.Ruud wrote:
"Adriano Ferreira" schreef:

Definitely go with
 my $test = Some::Module->new;

or even with:
   my $test = Some::Module::->new();

While I am sure that will work...I have never seen it with parens after the new.

Robert

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to