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

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.
  • Comment on Re^4: how can i execute javascript in perl

Replies are listed 'Best First'.
Re^5: how can i execute javascript in perl
by Anonymous Monk on May 08, 2009 at 22:48 UTC
    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