Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $je->eval(scalar read_file 'output.js');
    
    my $return_val = $je->eval('start()') or die $@;
    
  2. or download this
    ReferenceError: The variable start has not been declared at line 1.