| Thread | Last Post | Replies |
|
| Name for "EscapeCage" | 30 Jun 2007 23:21 GMT | 15 |
I have written a (proof of concept of a) module which I think should be shared through CPAN. Since I'm giving a lightning talk on it tomorrow at YAPC::NA, now seems like an ideal time to actually share it. Descriptive short blurb:
|
| Installing Newt | 30 Jun 2007 19:18 GMT | 1 |
I'm trying to install Newt on a Kubuntu 7 box using CPAN shell and get a message: listbox.c: in function listboxEvent: listbox.c: 634: error: label at end of compound statement.
|
| Looking for a base module that can automatically load sub modules | 30 Jun 2007 13:58 GMT | 1 |
I am looking for a module, to make a base class module, that automatically loads sub class modules. Usually, to make a new Digest::MD5.pm module instance, you type $inst = Digest::MD5->new(@args);
|
| Module Name Proposal - Text::Report | 30 Jun 2007 04:03 GMT | 4 |
Wednesday, 27 June, 2007 10:34 Module Name Proposal - Text::Report I have created a module that will allow you to create neatly formatted, text based reports that contain any number of tables of
|
| GD::Graph with Image Map implementation question | 28 Jun 2007 18:04 GMT | 1 |
I currently have two embedded perl pages, one that gathers a bunch of data and displays it (view.epl), and another that returns a gif image of the data with GD::Graph (graph.epl) The first page calls the second page in an img src=graph.epl?data=1,2,3 format
|
| HTML::Template, is it possible to nest <TMPL_VAR> inside a <TMPL_IF>? | 28 Jun 2007 09:36 GMT | 4 |
trying to do <TMPL_IF <TMPL_VAR myvar>>do something</TMPL_IF> is something like this possible? if not, any workarounds?
|
| XPath to Line Number? | 28 Jun 2007 00:20 GMT | 5 |
In one sentence: Given an XML file and an XPath pointing to a certain node, how can I find the line-number of that node in the original XML file? I am building a script that reads an XML file, checks it against a
|
| bignum incompatible with looks_like_number() ??? | 27 Jun 2007 09:02 GMT | 2 |
Apparently, "use bignum;" causes problems with looks_like_number. Background: My code makes a call to Finance::Math:IRR to compute an Internal Rate of return.
|
| Need naming advice | 26 Jun 2007 17:32 GMT | 4 |
I have this module I wrote years ago and have been using forever in my own projects and I want to share it with the world. But I can't make up my mind what to call the durn thing. i want to get it on CPAN so I can more easily reuse it in various apps, instead of just manually
|
| WordPress module? | 26 Jun 2007 00:56 GMT | 4 |
Does anyone know of a Perl module that talks to a WordPress database? I'm thinking of writing one but prefer to avoid wheel reinvention.
 Signature Help bring back the San Jose Earthquakes - http://www.soccersiliconvalley.com/
|
| How to join two images with 'GD::Image' | 25 Jun 2007 17:14 GMT | 4 |
I've got two images on my Hard Disk ('pic1.jpg' and 'pic2.jpg') and would like to join them both into a unique one ('mypic.jpg'). Is it possible with 'GD::Image'? Thank you very much.
|
| Module name advice: Mobile::P2kMoto | 24 Jun 2007 19:50 GMT | 2 |
I am making the wrappers for the p2kmoto library (http://moto4lin.sf.net); despite the name, the library should work on Win32 and Mac too. Looking on search.cpan.org, it seems that Phone is not a TLN,
|
| MIME::Base64 bugs? | 23 Jun 2007 20:37 GMT | 5 |
The MIME::Base64 will convert \n to \r\n. $a="1234\n4567\n"; $a=encode_base64($a,0); print decode_base64($a);
|
| Installation problems for Inline::C | 22 Jun 2007 01:34 GMT | 1 |
I tried to install inline C. I am facing serious problems. I tried like C:\perl123\Inline-0.44>perl makefile.pl Warning: prerequisite Parse::RecDescent 1.8 not found.
|
| [ANN] Spreadsheet::Read 0.20 | 21 Jun 2007 12:12 GMT | 2 |
0.20 Fri 30 May 2007 - perlcritic OK - CSV parsing now uses getline (), and auto-detects eol Assumes first line does not contain embedded eol. This implies that
|