Get (and optionally set) the array size limit for this interpreter
instance. Without arguments, the current limit is returned. With
an integer argument, the limit is set to that value, and the same
value is returned.
The array size limit is mainly a way of ensuring that there isn't
a sudden explosion in memory usage and data conversion time in this
embedding interface. There is no particular limit other than available
memory in Perl itself.