JavaScript::PerlArray - Encapsulate a Perl array in JavaScript space |
JavaScript::PerlArray - Encapsulate a Perl array in JavaScript space
This class is exposed in JavaScript space as PerlArray and can be instanciated using new PerlArray();
.
Instances of this class can be accessed as a normal array using integer indicies like arr[2]
both for
reading and setting. If a negative index is used it is relative to the tail.
JavaScript::PerlArray - Encapsulate a Perl array in JavaScript space |