in reply to Re: The Limitations of the CPAN
in thread The Limitations of the CPAN
As for local scoping clopping outer scoping, I have not yet run across this problem, but I have never needed to use a variable twice with the same name in the same scope other than with local scope versus instance scope, and in which case, that all works fine.
I guess it depends on how you right your code, but the "Ruby Way" as it were does not run into problems like this, and it is not often a frequent complaint.
I get a lot more runtime type problems with Perl, especially due to the tendancy to abuse hashes and use less object encapsulation. The code is also more fragile.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: The Limitations of the CPAN
by chromatic (Archbishop) on Nov 18, 2004 at 21:36 UTC | |
Re^3: The Limitations of the CPAN
by tall_man (Parson) on Nov 19, 2004 at 17:11 UTC |