in reply to Re^8: Perl command line interpreter not working
in thread Perl command line interpreter not working

I am using Perl 5.12 and I don't see MATH::Random::MT in PPM. Perhaps it is not in the newer version, as are many other modules. Any more suggestions?
  • Comment on Re^9: Perl command line interpreter not working

Replies are listed 'Best First'.
Re^10: Perl command line interpreter not working
by GrandFather (Saint) on Oct 15, 2011 at 20:34 UTC

    If you can't get it using ppm (I'm surprised, but can't test the assertion at present) then open a command window and type:

    cpan Math::Random::MT

    If you are using an Active State Perl and this is the first time you've tried using cpan it'll probably want to install a compiler. Generally, aside from taking a bit of time and a little disk space, there is no problem in just letting cpan do its thing. Take the defaults for all the questions and you should be fine.

    True laziness is hard work
Re^10: Perl command line interpreter not working
by Anonymous Monk on Oct 15, 2011 at 15:11 UTC