in reply to Re^2: Why you shouldn't use the Indirect notation with AUTOLOAD
in thread Why you shouldn't use the Indirect notation with AUTOLOAD
I always assumed that it was because of C, C++, Java, PHP, JavaScript/ECMAScript and VB. These languages (and more, I'm sure) all use new as a keyword. With so many languages constructing objects as new Foo it's no wonder why many do it in Perl. I look at it as yet another example of how perl's flexability allows people to program in a way comfortable to them.
Ted Young
($$<<$$=>$$<=>$$<=$$>>$$) always returns 1. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why you shouldn't use the Indirect notation with AUTOLOAD
by dragonchild (Archbishop) on Feb 28, 2005 at 19:06 UTC |