in reply to Re: Data cube in Perl?
in thread Data cube in Perl?

A great idea -- PDL would simplify the math, and I could wrap an object around it for the interface.

I'm on a WinNT system and haven't compiled my own perl, or any of my own modules. PDL requires compiled C beneath. No PDL modules at Activestate. Suggestions? Is there a pure-Perl PDL (much slower, I'd suspect)? If I must compile the PDL C engine (ugh), will that work with the precompiled ActiveState binaries? (Ugh again.)

Suggestions welcome! Thanks.

Update found Win32 stuff at pdl.perl.org. Hurrah!