i have a 1and1 hosting account and would like to install some Perl CPAN modules that are not part of the standard host package. Is it possible to install modules without ROOT access? If so, how do i d
Is there a CPAN Perl module which provides total/u开发者_如何转开发sed/free memory (like vmstat does) on a host without running a command line through a system() call to get the info?
I have a large array about 10000 data and want to process it with parallel::forkmanager how can i proccess the data on chunck of 1000 i have the below code :
I have activestate perl v5.8.8 installed i install the following module Image::OCR::Tesseract with the ppm
I am just trying to run a simple perl program to import data from xml and export it to database. Use Mysql; did not work, so I used DBD::mysql instead after failing to get Mysql.pm from cpan.
I want to distribute my Perl application which have one CPAN dependency. Can I include a check for this dependency when somebody starts the application.开发者_StackOverflow Through command line argume
I\'m trying to build a perl package (module + scripts). My Makefile.PL has the following to include my script
SOLVED. See at bottom. Just upgraded to OSX Lion and trying to get my Perl install running again: sudo /usr/bin/perl -MCPAN -e \'install \"MODULENAME\"\'
I wrote the below code: $dbh = DBI->connect(\'dbi:SQLite:mysqlite.db\', \"\", \"\") || die \"Cannot connect: $DBI::errstr\";
I get the following results when doing cpan install CGI on Ubuntu 10.4. Test Summary Report -------------------