Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I tried to install Geo::Google using CPAN ( http://metacpan.org/pod/Geo::Google v0.05 ) and i开发者_Go百科t failed almost all tests. I checked here http://matrix.cpantesters.org/?dist=Geo-Google+0.05
I am currently working on building a classifier using c5.0. I have a dataset of 8000 entries and each entry has its own i.d number (1-8000). When testing the performance of the classifier I had to mak
I have a huge report coming out of a tool from which i 开发者_Go百科extract the some important data and write a excel file. Till now i used the module Spreadsheet::WriteExcel, but it crashed when the
Is there a Perl module which can test the CGI output of another program? E.g. I have a program x.cgi (this program is not in Perl) and I want to run it from program
I\'m getting ready to set up a full CPAN mirror for internal use at my company.However, we have several internal Module::Build based distributions that I\'d like to make available to people from this
I have a CPAN module I am attempting to build. It requires compiling a small C program. I don\'t have root on the system, so I have a complete parallel source tree in $HOME/loca开发者_StackOverflow中文
I have the following file: #!/usr/bin/perl use Test::Unit::TestCase; $self->assert(1) and when I run test.pl I get the following:
So I\'m trying to install Pod::ProjectDocs and it requires Syntax::Highlight::Universal. P/PA/PALANT/Syntax-Highlight-Universal-0.4.tar.gz from CPAN fails to build on my machine for some reason, but I
The portable strawberry perl is a godsend-- I can bundle it into an NSIS installer along with the actual scripts and have the user double click it.However, I\'m still having to install CPAN modul开发者