JavaScript::Context

An object in which we can execute JavaScript
Download

JavaScript::Context Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Claes Jakobsson
  • Publisher web site:
  • http://search.cpan.org/~claesjac/

JavaScript::Context Tags


JavaScript::Context Description

An object in which we can execute JavaScript JavaScript::Context is a Perl object in which we can execute JavaScript.SYNOPSIS use JavaScript; # Create a runtime and a context my $rt = JavaScript::Runtime->new(); my $cx = $rt->create_context(); # Add a function which we can call from JavaScript $cx->bind_function(print => sub { print @_; }); my $result = $cx->eval($source); Requirements: · Perl


JavaScript::Context Related Software