in reply to Re^2: perl code for linear regression
in thread perl code for linear regression

Thanks a lot, but I have a stupid question.
Let's say I do not want to port this module to all platforms I use. Is it possible in this case just to use the source which I guess is provided in this link after description?

Replies are listed 'Best First'.
Re^4: perl code for linear regression
by ikegami (Patriarch) on May 15, 2008 at 18:40 UTC

    Port? Is there any reason to believe it won't work on all systems? And if it doesn't, how is copying the source going to help?

    Maybe you meant to ask if you can install this particular module by copying the source because you have some problem using the directed installation procedure. It looks like you could since it's pure Perl, but there's a big "Module/Install/" directory in the distribution, and I don't know what it does.