in reply to Installing Javascript.pm on XP

The nice thing about Strawberry is that you can use ppm to install modules. Try using that and hope that someone has already compiled the module.

Replies are listed 'Best First'.
Re^2: Installing Javascript.pm on XP
by syphilis (Archbishop) on Aug 05, 2009 at 06:26 UTC
    Yes - and it *is* available from the bribes repository:
    ppm install http://www.bribes.org/perl/ppm/JavaScript.ppd
    Cheers,
    Rob
      yes but the repo bribes is not for 5.12 on win32. Update possible?
Re^2: Installing Javascript.pm on XP
by Anonymous Monk on Aug 05, 2009 at 06:25 UTC
Re^2: Installing Javascript.pm on XP
by FloydATC (Deacon) on Aug 05, 2009 at 10:33 UTC
    I was under the imression that an important aspect of Strawberry Perl was to free Windows users from having to rely on pre-compiled modules?

    Not saying that using ppm is "wrong" or anything, just curious.

    -- Time flies when you don't know what you're doing
      I was under the imression that an important aspect of Strawberry Perl was to free Windows users from having to rely on pre-compiled modules?

      It is. The problem, SpiderMonkey doesn't build easy on win32/mingw, there are no binaries available, and you can't build JavaScript without SpiderMonkey.