| Thread | Last Post | Replies |
|
| Broken Perl | 30 Oct 2006 10:24 GMT | 4 |
Hi Group, I recently had a hacker gain access to my server. As a result, my ISP insisted that I backup up my data and they then re-installed Redhat 7.3.
|
| No connection using LWP | 28 Oct 2006 00:29 GMT | 1 |
I have just started learning LWP by using O'Relliy book. I wrote this as my first program. When I executed it, nothing comes out and the program kept on running. Ultimetly I have to cancle the program using cntrl-C.
|
| Soap Lite - raw XML passed to function | 26 Oct 2006 18:27 GMT | 2 |
I wrote web service using library SOAP Lite SOAP::Transport::HTTP::CGI->dispatch_to(MyModule)->handle; package MyModule; sub my_method {
|
| Net::SFTP::Attributes | 25 Oct 2006 20:01 GMT | 8 |
Does anyone know how to handle a Net::SFTP::Attributes object? An example would be awesome if anyone can provide? Thanks Ben
|
| net smtp help | 25 Oct 2006 00:38 GMT | 2 |
This is on a Windows 2000 desktop. I have activestate perl installed using ppm I have downloaded the libnet module from ActiveState ppm2 repository
|
| Error installing Apache::Request | 24 Oct 2006 02:56 GMT | 1 |
I am recieving the error mod_perl 1.x ( < 1.99) is required at Makefile.PL line 34. BEGIN failed--compilation aborted at Makefile.PL line 36. I've installed mod_perl and it says up to date
|
| Question: How can one get a module's rt.cpan.org traffic? | 23 Oct 2006 20:53 GMT | 2 |
I'd like to inquire how can one subscribe to a module's rt.cpan.org traffic. I recently started contributing to XML::RSS, but I'm not a maintainer (yet), and would like to receive all the messages that are sent to its queue by email or RSS.
|
| I undertake maintenance of Crypt::Camellia | 19 Oct 2006 19:16 GMT | 1 |
I discussed maintenance of "Crypt::Camellia" with DANKOGAI of an author. And we agreed when I undertook maintenance of this module. http://search.cpan.org/~dankogai/Crypt-Camellia-0.01/
|
| Stripped module | 19 Oct 2006 14:51 GMT | 1 |
with the options you don't use, is there a way to strip the code off a module? For sensitive parts, I prefer to rewrite only the code needed instead of use a module, the code is smaller and faster.
|
| Perl Module for S/MIME | 19 Oct 2006 10:33 GMT | 1 |
Is there any perl module available for sending encypted emails using the S/MIME format. if so please please let me know where to look for?. Thanks in advance, Sujith.
|
| DBM and Perl | 18 Oct 2006 11:16 GMT | 4 |
I have tried to understand the docs to use NDBM_File, but haven't quite understood it. I have used the following to connect to a DBM file: #!/usr/bin/perl -w use strict;
|
| Building Math::Pari using Sun Studio 11 | 17 Oct 2006 22:31 GMT | 1 |
I am trying to build Math::Pari on Solaris 10 using Sun Studio 11. But it is failing with the below error messages (it failed with gcc as well): "../src/kernel/none/divll.h", line 128: warning: implicit function declaration: bfffo
|
| Preventing PAUSE from indexing a module? | 17 Oct 2006 19:24 GMT | 11 |
The Carp::Clan module uses the DB package temporarily and the PAUSE indexer seems to think I'm attempting to publish something in the DB namespace. I added a no_index entry to my META.yml but that doesn't appear to be
|
| Help:Generating multiple spreadsheets in MSExcel worksheet using perl?? | 17 Oct 2006 18:27 GMT | 1 |
I am facing a problem in which i want to create a MSExcel worksheet in which i need to have multiple spreadsheets. Another issue regarding this, which is not on higher priority, is that, The data should be taken from an existing file and imported to the
|
| Problems Installing Image::Magick | 17 Oct 2006 16:20 GMT | 1 |
I am pretty sure my problem is that I am not following the instructions in the README properly where it states: ====== Next, edit Makefile.PL and change LIBS and INC to include the
|