in reply to Re: (nrd) LWP || HTML:: Request and Javascripts
in thread LWP || HTML:: Request and Javascripts

Yes it helps... kinda. The trouble is I still faill to understand how that particular JS works, so I cannot emulate it in perl :(.
For info, there is a module called Javascript that enables you to execute embedded js code in a perl script.
I'm going to dissect the JS i'm working on before asking more questions, i'll keep you posted.
  • Comment on Re: Re: (nrd) LWP || HTML:: Request and Javascripts

Replies are listed 'Best First'.
Re: Re: Re: (nrd) LWP || HTML:: Request and Javascripts
by dingus (Friar) on Nov 05, 2002 at 13:47 UTC
    If you want to post the JS here I'll take a stab at figuring out what its doing.

    For info, there is a module called Javascript that enables you to execute embedded js code in a perl script. The general consensus on the libwww maiing list seems to be that this doesn't work reliably enough to be worthwhile.

    Dingus


    Enter any 47-digit prime number to continue.
      thanx for the js, I figured it out.
      thanx also for the feedback on the module, I was about to install it to see if it was worth it, but now I don't think I will... ;-)