Hi, Currently I have seen two way to create objects in Perl:
1. my $a = new Apple... 2. my $a = Apple->new(); What are the differences, and which one is recommended? Thanks. Howard. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/