in reply to how can i execute javascript in perl

If you want to execute javascript, use a javascript interpreter, not perl.

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

Replies are listed 'Best First'.
Re^2: how can i execute javascript in perl
by navorinco (Initiate) on May 08, 2009 at 10:56 UTC
    yes , i want to call a javascript scipt from a perl script
      Why do you need to do that?