| Thread | Last Post | Replies |
|
| In need of a module name | 30 Dec 2006 17:28 GMT | 1 |
So I've been working on this thing for a while. What it does it is similar to parts of Alzabo, but it's new code, so it needs a new name. For now I've been calling it "Q" (for Query), but that's not a very CPAN-friendly name.
|
| Testing stdout output modules | 29 Dec 2006 12:34 GMT | 2 |
Hi, I want to use the Test.pm from the standard Perl distribution to test my module, but the problem is that the output of my module is writing to stdout. Do I have to use something else or there are workarounds?
|
| gnome planner file format? | 28 Dec 2006 02:00 GMT | 2 |
Has anyone written a perly interface to the gnome planner file format? It's XML so it's going to be basically a breeze, but I'd rather re-use someone else's tool if available.
|
| Installing DBomb | 20 Dec 2006 02:17 GMT | 1 |
I've been trying to install DBomb on a new server and have run into some problems. I installed all the pre-required modules and they went for the most part without any trouble. When I run the make on Dbomb though, it runs into a gazillion errors.
|
| changing $/ new line default character | 19 Dec 2006 01:17 GMT | 2 |
I have a script that reads a directory of all files, and creates an output file of one file with the contents of each individual file from the directory. The input is an HL7 file. In each individual file, the segments were separated with hex "0D", but now the segments have hex
|
| Question on platform dependency of ExtUtils::Command::MM (file globbing) | 18 Dec 2006 21:44 GMT | 4 |
Background: I'm testing installation of POE 0.95 on Windows, to see what works and what doesn't, on ActivePerl 5.8.8 (817) (with the MinGW 3.2.3, though I don't think it's used for this module) and on PXPerl 5.8.7. The latter is an abandoned distribution, the website (http://pxperl ...
|
| List::RewriteElements | 17 Dec 2006 18:04 GMT | 9 |
I am preparing a module for CPAN tentatively titled List::RewriteElements. Given a list of data records, typically in the form of a flat file, optionally containing a header row, I am frequently asked to generate a new file in which each record is transformed
|
| Sort::Maker: style => 'plain' difficulty | 14 Dec 2006 19:41 GMT | 3 |
I'm having trouble getting this program to work: -----------code--------- #!/usr/bin/perl use strict;
|
| FindBin question | 14 Dec 2006 09:11 GMT | 2 |
I've a program myutil.pl, which uses FindBin to locate other modules, in the following way: #!/usr/local/bin/perl # This is file myutil.pl !
|
| Telnet Problem | 14 Dec 2006 08:37 GMT | 1 |
I am a new bee to perl, do not know even the basics of perl. The Scenirion, why i choose perl I have a exe file compiled with cygwin, need to execute in different windows machine and get the output as log files, so i chose perl to ftp
|
| Retired modules, still registered | 13 Dec 2006 06:03 GMT | 4 |
I've been playing around with Sieve, a language for filtering incoming messages. It's rather hateful (but that's a topic for another list), and I serendipitiously encountered Mail::Sieve on a CPAN search. So I thought I'd take a look. Except that it's not there.
|
| Passing username and password using LWP::UserAgent | 13 Dec 2006 01:36 GMT | 4 |
I ve written a perl script which sends the user name and password through a proxy for authentication,the problem is that after it is getting authenticated it is not showing the contents of the desired page i.e the page which the user wants to visit is not being displayed
|
| PerlMagick - Annotate - no fonts | 13 Dec 2006 00:54 GMT | 1 |
I've read numerous related posts but can't seem to find the solution I'm seeking. I have 2 web sites on web hosts. On host #1, I can use Annotate with no problem.
|
| Accomodate for poor db design using Sort::Maker? | 11 Dec 2006 17:43 GMT | 6 |
Hi all, topical question here regarding Sort::Maker I have a poorly designed db table over which I have no control. The data isn't normalized but for each row I'd like to return the column numbers which have the highest number of counts, and the highest column
|
| Spreadsheet::Read special characters handling | 09 Dec 2006 19:43 GMT | 7 |
I'm using the Spreadsheet::Read module (which works quite well generally). I have some spreadsheets with special characters like an accented e (é). I'm having some trouble processing these characters. I haven't dealt much with these type of characters in this context in
|