I see some modules that call "new" like: my $test = new Some::Module;
and some like: my $test = Some::Module->new; Is there a difference and what is the "recommended" way? Robert -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/