| Thread | Last Post | Replies |
|
| WWW::RobotRules: weird install messages | 30 Sep 2005 19:52 GMT | 3 |
These don't look like 'normal' install for running install withing cpan: cpan> install WWW/RobotRules Running make for W/WW/WWW/RobotRules Trying with "/usr/bin/lynx -source" to get
|
| Term-ReadLine-Gnu, test failures on 5.8.7-linux-pIII | 30 Sep 2005 04:06 GMT | 1 |
cpan> test Term::ReadLine::Gnu CPAN: Storable loaded ok Going to read /share/CPAN/Metadata Database was generated on Thu, 29 Sep 2005 19:12:58 GMT
|
| Averaging data | 29 Sep 2005 15:36 GMT | 5 |
I need to take a set of numbers (anywhere from 1,000 numbers to 10,000 numbers) and graph them with a bar chart. The bar chart can not be anywhere more than 550 pixels. Does anyone know of a way to figure out how to best average the data
|
| Net::FTP, GET transfers only a part of a file | 29 Sep 2005 13:33 GMT | 2 |
I'm having a mysterious problem with my script. I'm using Net::FTP to transfer files from a remote server and only a part of the file is transferred (2080 bytes vs. 12000 bytes). After that I try to issue a PWD command which hangs in the
|
| what modules best for communicationg with a UART with cygwin | 29 Sep 2005 12:56 GMT | 1 |
Ideally I'd like to writa an application, that can work under * linux * windows (active perl) * cygwin
|
| Cpan and gcc | 29 Sep 2005 11:20 GMT | 6 |
I wish to install spamassassin 3.1 on aix 5.2 with gcc. It require several modules like sha1, etc. If i use CPAN to get all necessary modules or i try to build with "perl Makefile.PL", building stops because it use to default cc_r compiler instead gcc.
|
| Explicitly telling LWP::UserAgent where Crypt::SSLeay is | 29 Sep 2005 10:48 GMT | 5 |
I had to change the first couple lines of Crypt::SSLeay to the following so that it could find its .so file (I'm working in the user directory of a webserver): ----------------------------------------
|
| Reusing SQL data-related logic, replacing weird modules and improving Class::DBI | 29 Sep 2005 09:19 GMT | 31 |
One of the problems I frequently face in development for database-driven applications is the inability to efficiently reuse data retrieval logic. That is, how do I reuse a SQL statement, but slightly modify a single part of it? How do I efficiently abstract the database
|
| HTTP::Request::Common::POST and UTF-8 | 28 Sep 2005 13:03 GMT | 5 |
I'm passing a string containing UTF-8 to HTTP::Request::Common::POST and the UTF-8 seems to be destroyed during the encoding required for application/x-www-form-urlencoded. (I get 4 UTF-8 chars encoded to two spaces, AFAICS).
|
| mentioning module's discussion mailing list | 28 Sep 2005 07:16 GMT | 4 |
Is it safe to mention discussion mailing list having form XXXXX@perl.org in CPAN module? I mean, if I'll invite people asking questions at XXXXX@perl.org, will it add a headache for people filtering spam?
|
| New Author | 28 Sep 2005 00:24 GMT | 4 |
Hello fellow authors, My apologies for the following newbie question, but any assistance would be greatly appreciated. I have a subclassed DBI module that I am interested in publishing. Is
|
| Problem installing Net::LDAP | 27 Sep 2005 23:37 GMT | 3 |
I'm a total newbie with linux, trying to install Net::LDAP from CPAN and getting the following error message: make:*** No targets specified and no makefile found. Stop. /usr/bin/make -j3 -- NOT OK
|
| IO::Scalar doesn't do binmode? | 25 Sep 2005 09:34 GMT | 1 |
I was playing with Lingua::RU::Number, and noticed that it could only output WINDOWS-1251 character set. Well, no problem, I think, I'll just wrap it with IO::Scalar and let the encoding abstraction handle the conversion to UTF8 for me.
|
| Math-Random-MT-Auto-4.08.00.tar.gz | 24 Sep 2005 06:44 GMT | 4 |
As in previous versions, make test show a lot of NOK maybe because I use a 64 bit int compiled perl. Does anyone could correct this? TIA,
|
| Win32::API | 22 Sep 2005 23:48 GMT | 1 |
I can't get Win32::API to install under cygwin and I couldn't find much on the web or groups about how to get it to install. What is the best way to call a function in an external DLL? Is Win32::API the only way?
|