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;
[download]
The
VectorSpace documentation
shows you how it should be used.
Hope this helps.
Martin
Comment on
Re: installing modules on activeperl
Download
Code
In Section
Seekers of Perl Wisdom