NAME JavaScript::SpiderMonkey - Perl interface to the JavaScript Engine SYNOPSIS use JavaScript::SpiderMonkey; my $js = JavaScript::SpiderMonkey->new(); $js->init(); # Initialize Runtime/Context # Define a perl callback for a new JavaScript function $js->function_set("print_to_perl", sub { print "@_\n"; }); # Create a new (nested) object and a property $js->property_by_path("document.location.href
{{#tags}}- {{label}}
{{/tags}}