Help for this page

Select Code to Download


  1. or download this
    our @URLS;
    my $runtime = JavaScript::Runtime->new();;
    ...
        push(@URLS, @_);
        return 0;
    } );
    
  2. or download this
    $context->eval(q(open("http://bob.com/")))