in reply to installing modules on activeperl

Hi,

have a read at A guide to installing modules for Win32 by holli.
It covers installing modules on ActiveState Perl.

To use a module in a Perl script:
#!/usr/bin/perl use Search::VectorSpace;
The VectorSpace documentation shows you how it should be used.

Hope this helps.

Martin