On Sun, Jan 05, 2003 at 09:00:03PM +0800, Gary Fung wrote:

>   I am the beginner of using Perl. I am facing 2 problems when I am
>   doing my Academic Project. My project is to build a system for
>   Webmining.
> 
> 1. Can Perl 5 build a .EXE (executable) file from a program source.

If you are a beginner, the answer is probably no.  Of course it all
depends what you want your executable to do, but if you want to do the
same as a C compiler for example, then you are pretty much out of luck.
There was an experimental project to do this, but it doesn't work
completely and is basically dead.

> How?

No doubt someone will suggest something like perl2exe.  For an academic
project I doubt this is what you want.

> 2. Since my project Webmining include the technique of data-mining
> (Apriori algorithm for Association Rule and Sequential Pattern) , I
> need to use "Set" operations such as Union, Intersaction...etc.. Does
> Perl have any module to handle such Set operations? 

Get to know cpan.  Go to search.cpan.org and type in set.

Now you just have to decide what to use.  I'm not familiar with all these
modules, but the author of Set::Scalar has a reasonable pedigree :-)

Depending on your needs, bitstrings may suffice.

> My questions may be silly as I am the beginner of Perl.

It was only the third one I found a little silly ;-)

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to