Posted on 2005-11-08 06:08:33-08 by fyang1024
How to install it?
There is no Build.pl but only Makefile.pl in the package. After I ran "perl Makefile.pl", "Makefile" was generated. At that point I got confused. I tried "perl Makefile" and "perl Makefile install", neither worked. Any clue?
Direct Responses: 1290 | Write a response
Posted on 2005-11-08 09:20:20-08 by b10m in response to 1289
Re: How to install it?
http://perlmonks.org/?node_id=128077 will guide you here. But basically what you want to do is: "perl Makefile.PL", "make", "make test", and if all went well "make install".
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.