###################################################################### # functions2 ###################################################################### print "1..1\n"; $init = ""; require "t/init.pl"; $args = ""; my $docobj = $js->object_by_path("document"); $js->function_set("schnubbel", sub { $args = join '', @_; }); my $source = <eval($source); die "eval returned undef" unless $rc; if($args ne "abcdef358") { print "not "; } print "ok 1\n"; $js->destroy();