| Thread | Last Post | Replies |
|
| RFC - a module to generate README from POD | 30 Apr 2005 18:08 GMT | 5 |
I'm rather tired of manually editing README files before each release, and do not like using a straight pod2text either, since it contains a lot of superfluous information. So I'm thinking about writing a module which parses the POD,
|
| MS SQL server and SQL DATETIME manipulation in perl | 30 Apr 2005 09:10 GMT | 2 |
I am going to be doing a lot of work with Microsoft SQL Server 2000 using perl and the Win32::ODBC module. Most of this will revolve around date and time conversions, and as such I was wondering if anyone has come up with a module(s) for converting between SQL Server DATETIME
|
| flush writing to multiple children IO::Pipe | 29 Apr 2005 20:24 GMT | 1 |
hey everybody, i have an issue i've been trying to work around for the past few days, and i haven't gotten very far. i hope i have the right group for this, apologies if not. perhaps this is more of a generic perl forum issue.
|
| problems using Net::SSH::Perl in a while loop | 29 Apr 2005 11:46 GMT | 2 |
I want to usw Net:SSH::Perl to automatically run some commands on several hosts. All the hostnames are stored in a database. I decided to use Net::SSH::Perl because I can configure everything I need.
|
| [ANN] Sort::Key 0.02 | 28 Apr 2005 18:39 GMT | 1 |
I have released Sort::Key 0.02, a module for sorting objects by some key. It's really fast, usually much faster than perl core sort function and even than other popular methods like the Schwartzian or the GRM transforms (and BTW, easier to use).
|
| Filehandle DATA within a module: Change from V 5.8.4 to 5.8.6 | 28 Apr 2005 08:55 GMT | 3 |
Under V 5.8.4 I could have data within a module, after the __DATA__ token, and read it with: my(@line) = grep{! /^#/} <DATA>; close DATA;
|
| Quantum:superposition | 28 Apr 2005 05:46 GMT | 1 |
I have recently been trying to write some programs using D. Conway's Quantum:superposition. What I can not tell is if there is any active use of this module. The current version, 1.03, is about 3 years old. I am trying to learn if this module is used by others and if there are ...
|
| Bradley-Terry Module? | 27 Apr 2005 22:58 GMT | 1 |
Is there a module that allows one to apply the Bradley-Terry method to data?
|
| Bootstrapping a module community | 27 Apr 2005 15:38 GMT | 12 |
What's the best way to spread the word about a new module? I've got a few modules that I think a lot of people would find useful. They're still in active development (pre-1.0) but I'd like as many people as possible to try them so I can get feedback from the community. How do I ...
|
| XML::Parser::Expat install problem | 26 Apr 2005 22:47 GMT | 2 |
I am trying to install this module. I have installed XML-Parser-2.34 and this seems to be ok. It is supposed to install XML::Expat with it. On my system it seems to have partly installed XML:;Expat. I have: Expat::Expat.so
|
| XML::Twig print to file gives expected results except for failure return value | 26 Apr 2005 06:18 GMT | 4 |
(I had some conversation in c.l.p.m about this originally but it's no longer a Perl coding problem so I'm moving it here.) Using XML::Twig I'm reading in an XML file, adding an element to it and writing the result out again. The file is correctly written, but
|
| Problem with very simple Expect script | 25 Apr 2005 10:24 GMT | 1 |
All - I can't get a more complicated expect script to work, so I broke it down to the basics, and I can't get that to work either. Maybe I have been looking at it too long. Anyway, no matter what I do, the log file
|
| To Jan Dubois, owner of the libwin32 module | 25 Apr 2005 08:07 GMT | 4 |
Hello Jan, I downloaded your module to my WindowsXP system, because I needed the Win32::Process module and the function KillProcess. Because I found out that the TerminateProcess Win32 API function does
|
| How to to many things in a shell.. | 24 Apr 2005 12:01 GMT | 2 |
I have a problem. I need to first into a particular shell,not c shell but a vendor shell,like VENDOR> And then do a lot of things, and generates some files.
|
| Buffer read with Win32API::CommPort | 24 Apr 2005 00:51 GMT | 1 |
I'm a newb with Perl. I'm using the Win32API::CommPort module and seem to have most of what I need working. One issue I'm hitting a wall on is how to read everything in the serial in buffer. The data I'm trying to read doesn't have newline/linefeed (I can read that type of input) ...
|