in reply to Re^2: how can i execute javascript in perl
in thread how can i execute javascript in perl

Well, probably "not exactly!"

Your server -- where the Perl script will run -- probably has Perl already. And if your workstation/PC doesn't have Perl, I find it hard to imagine that you've actually written a viable script (which you need to post, in any case, in order to allow us to help you better).

What you really need to do is read at least some of the tutorials in CGI Programming; and,from the lack of clarity in this thread, guidance about asking a question (How do I post a question effectively?) and Markup in the Monastery -- the latter so you can post your code, as suggested/requested above.

Finally, I would suggest that you use the tutorials here or a good book -- perhaps "Learning Perl" -- for the fundamentals of programming in Perl.

  • Comment on Re^3: how can i execute javascript in perl

Replies are listed 'Best First'.
Re^4: how can i execute javascript in perl
by navorinco (Initiate) on May 08, 2009 at 15:28 UTC
    thank you ww, i will read all that, but i dont create the perl script,im just asking for how i can call a javascript file from perl. thank you ww.
      Javascript doesn't do much by itself, and scripts are usually purpose written for applications (like browsers), so calling a javascript file isn't something you can expect to work without knowing more about it