Perlconnect is a set of facilities for controlling and interacting with a perl interpreter from javascript, and vice versa. It supplies several mechanisms for transparently reflecting perl scalars, hashes and arrays as the corresponding types in javascript. Currently maintained by Vladimir Livshits, val4@cornell.edu git-svn-id: svn://10.0.0.236/trunk@11282 18797224-902f-48f8-a5cc-f745e15eee43
7 lines
137 B
Modula-2
7 lines
137 B
Modula-2
LIBRARY "JS"
|
|
DESCRIPTION "JS library for Perl <-> JS communications"
|
|
CODE LOADONCALL
|
|
DATA LOADONCALL NONSHARED MULTIPLE
|
|
EXPORTS
|
|
boot_JS
|