Perl
I am responsible for Perl, as I am fluent in both Perl and Smalltalk.
The Smalltalk Dictionary is pretty close to the Perl hash type. The dictionary uses the equivalence of objects for keys. Perl uses simple strings for keys, so flexibility is somewhat limited.
Smalltalk OrderedCollection is pretty close to the Perl array type.
Smalltalk FileStream is similar to Perl file descriptors in that they represent a stream of data to an external file or device.
And about this, since Perl has only hashes and arrays and file descriptors. :)
Randal schwartz
source share