NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

  • Comment on Running Javascript function from Perl script

Replies are listed 'Best First'.
Re: Running Javascript function from Perl script
by agoth (Chaplain) on Aug 08, 2000 at 19:54 UTC
    It probably wouldnt need soket programming :-)

    If you want to execute a javascript function in your HTML page you will need to be looking at onClick event handlers in JavaScript

    If you want your Perl script to output HTML with JavaScript in the source you could trigger stuff with a body onLoad event?