| Thread | Last Post | Replies |
|
| Is there a module for geting USER info on WIN32,unix,.. | 31 Mar 2004 07:40 GMT | 1 |
I need to get some basic user info from WIN32,unix,.. platforms (thing like user name, user email, machine name, .. ) is there a module in CPAN that I use Thanks,
|
| perl modules -> RPM resources??? | 31 Mar 2004 01:10 GMT | 1 |
Does anyone know of a howto or tutorial on creating RPMs from regular tarballs of perl modules? Thanks, Gerald
|
| 501 Protocol scheme 'https' is not supported | 30 Mar 2004 22:25 GMT | 1 |
I have written an application on our development box that uses the LWP::UserAgent, Crypy::SSLeay, etc. classes to send data using the https protocol and that works fine. When I run the same application on our live box, I get an error saying
|
| Errors from Net::FTP | 30 Mar 2004 14:22 GMT | 3 |
I'm wondering why I'm not seeing the error messages from Net::FTP... I try to run the program and I get the error: Couldn't rename request ftpapd.0329.6373.2: But the code is:
|
| [ANNOUNCE] Term::ReadLine::Zoid | 30 Mar 2004 11:13 GMT | 2 |
Today new on CPAN: Term::ReadLine::Zoid ABOUT This package provides a set of modules that form an interactive input buffer written in plain perl with minimal dependencies. It features
|
| New module: Array::Each | 29 Mar 2004 21:30 GMT | 4 |
Note: this is sort of a continuation of the thread, Proposal: new module, Array::Each? http://groups.google.com/groups?threadm=Pine.A41.4.58.0312091240460.6362%40ginge r.libs.uga.edu I've uploaded version 0.02 of Array::Each to CPAN,
|
| Comments please: new weather forecast module Geo::CCF | 28 Mar 2004 16:42 GMT | 3 |
Hi folks. I'm working on my first-ever perl module, and would like some feedback. Eventually, I want to make it high-enough quality to submit to CPAN without being ashamed of myself. I figured I'd try here first. Although there's several well-known CPAN modules for getting weather ...
|
| help with Crypt::RSA module | 28 Mar 2004 00:38 GMT | 2 |
The following code was used to write the public key & private key into files: use Crypt::RSA; $rsa = new Crypt::RSA; ( $public, $private ) = $rsa->keygen( Size => 1024 );
|
| listen socket during 3 seconds and then, give up | 26 Mar 2004 17:54 GMT | 1 |
i'd like to write a PORTABLE perl script which listens to a socket during 3 seconds, and gives up after theses 3 seconds. given that i want a portable code, i can't use fork, pipe, or system V signals. problem 1 : if i listen the socket using $line = <$socket>, it will
|
| help on error log | 26 Mar 2004 14:16 GMT | 2 |
i am working on a perl project for server management.i would like to know how to get the current running processes(task maanger) via my program and also the application errors have to be handled.help me
|
| Sending emails with Perl | 25 Mar 2004 20:34 GMT | 1 |
I'm trying to create a perl script that will read in a text file and send out emails. I want to have both html and plain text to send, but I don't want to have the message in the perl script. I'd like to be able to use templates, so
|
| DRMAA namespace (DRMAA - Distributed Resource Manager Application API) | 25 Mar 2004 12:00 GMT | 7 |
I have created a module that is a Perl binding to the drmaa spec, http://www.drmaa.org. The drmaa spec is to abstract an API for submitting jobs to different supporting job schedulers (so a method to distribute jobs over a network). The DRMAA provides a framework for job ...
|
| Image::Pbm | 25 Mar 2004 10:12 GMT | 2 |
Hi, I'm about to release the module Image::Pbm - Load, create, manipulate and save pbm image files. This module implements pbm (portable bitmap) specific load() and save() methods for the Image::Base interface (using Image::Xbm
|
| Perl module to access SQLServer from Windows platform (for newbie) | 24 Mar 2004 17:03 GMT | 3 |
Sorry, perhaps this question was already posted but it is not easy to make the best choice between all reponses. I installed ActivePerl and I would like to access to a remote SQLServer database.
|
| This is a test... | 23 Mar 2004 16:49 GMT | 2 |
Did this get to the comp.lang.perl.modules list?
|