Win has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

I am presently building a database system using a Perl DBI connection to MS SQL Server (97). Is there any possibility that I can access Excel functions? I am particularly need to use the F test function. Maybe there is a suitable Perl module for this purpose?

Replies are listed 'Best First'.
Re: F-Test function for database
by gjb (Vicar) on Jan 21, 2004 at 10:36 UTC

    You'd best have a look at the CPAN modules dealing with Statistics. There are a few that implement T-tests, but I'd have to browse them to see whether there's one defining an F-test directly, although Statistics::Distributions may be helpful.

    Hope this helps, -gjb-

Re: F-Test function for database
by DrHyde (Prior) on Jan 21, 2004 at 13:28 UTC
      Can anybody share their experiences of using Excel functions with the Win32::OLE module?