JavaScript::PerlHash - Encapsulate a Perl hash in JavaScript space |
JavaScript::PerlHash - Encapsulate a Perl hash in JavaScript space
This class is exposed in JavaScript space as PerlHash and can be instanciated using new PerlHash();
. Set and get
properties as a normal Object
. Currently enumerating of the keys of the hash is not supported.
JavaScript::PerlHash - Encapsulate a Perl hash in JavaScript space |