in reply to Re: So, just what exactly is it about Perl?
in thread So, just what exactly is it about Perl?
C# and most other languages have no notion of hashes (or any native multi-dimensional data structure) as a type. The problem being the way references are handled. In Perl a reference can be a reference to anything, while C#/Java require a reference to be a declared reference to a specified type. No, C# does not have this option. In C# there are primitive types and objects, that's it.
|
|---|