| Thread | Last Post | Replies |
|
| Feature request for PAUSE & search.cpan.org: add blog URL to author profile | 30 Apr 2008 13:01 GMT | 1 |
I'm seeing a sudden rush of "this is a perl blog" posts on use.perl.org in some attempt to SEO Perl. It would seem to me that the ideal way to get an "important" site to link to Perl blogs would be for search.cpan.org to have a "blog" link
|
| Application Building | 29 Apr 2008 03:02 GMT | 11 |
Ok, so here's what must be a question with a really simple answer: how do I write a perl app? For example: I want to display a jpeg. MyApp/script/display.pl:
|
| shipping extra files in a dist? | 27 Apr 2008 15:26 GMT | 6 |
i'm writing a tk app that i'm shipping as a cpan dist. this app needs some extra resource files (icons, etc) i'd like to know what's the best method to ship extra data files in a dist. where to put them in the dist tar file:
|
| Newbie to programming, Net::Divert, Linux-Debian, autoflush error | 26 Apr 2008 11:42 GMT | 4 |
Hi, I use Linux Debian Etch. Since Divert sockets is not available on the 2.6.18-5-686 kernel, i compiled a 2.6.12.3 kernel and iptables 1.3.1, with the required divert socket patches and installed it.
|
| RFC + sanity check, Tk::Text with Vi interface | 25 Apr 2008 17:45 GMT | 1 |
I've been pulling together a module that acts as a replacement for Tk::Text but handles keyboard input similar to Vi (originally to stop me from sticking "dd" all over my config files, but it seems like one of those things silly enough that others might get some use out of
|
| ANNOUNCE: Text-CSV_XS 0.42 | 23 Apr 2008 17:28 GMT | 7 |
file: $CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-0.42.tgz size: 86136 bytes md5: 1cf4491f48965793f1e31fc74159f20f We can do MAGIC now!
|
| Joining/Merging AoA | 22 Apr 2008 16:18 GMT | 1 |
I have a little complicated problem... I have two arrays @a = ( ['id', 'name', 'age'], ['1', 'Fred', '24'],
|
| First time module installation - questions | 18 Apr 2008 22:09 GMT | 1 |
I've downloaded the Curses-1.23 module from CPAN and am attempting to install it on my Solaris 8 system. I've not installed Perl modules before and I'm looking for some clarification on instructions in the included INSTALL file that comes with the module.
|
| Reporting CPAN Index Problem | 17 Apr 2008 02:19 GMT | 6 |
Hi. I wonder to whom may I report the CPAN repository indexing problems? I found several strange result when I query the CPAN repository. For example, the most current version of Lingua::Features is 0.3.1, but the 02packages.details.txt.gz says:
|
| use modules OS dependent | 15 Apr 2008 23:35 GMT | 3 |
I'm writing an perl script which should communicate over a serial port. The script should be able to run in Linux and Win32 environments. In both environments exist modules to access the serial port:
|
| CGI.PM and hidden() | 15 Apr 2008 18:08 GMT | 4 |
I am trying to replace this print "<input type=\"hidden\" name=\"page\" value=$page>\n"; with this print hidden(-name=>"page", -value=>$page);
|
| Graph Path Module | 15 Apr 2008 01:50 GMT | 1 |
Greets! Is there a module for the A* algorithm? (Shortest path between 2 Vertices in a graph) I tried Google and CPAN search, but apparently my search-foo is weak today.
|
| publish/subcribe model via network | 14 Apr 2008 03:14 GMT | 3 |
I'm trying to figure out whether this has been done before and/or looking for suggestions on the best way to implement it. I would like the "publish" clients to connect to a server, then publish their message and disconnect. (Optionally, they can stay connected and
|
| How to declare dependency on other modules? | 13 Apr 2008 00:49 GMT | 11 |
we have been discussing with Domm how CPANTS should check if a distribution declares each of its prerequisites correctly which brought us to the the point that we have a problem. Let's focus for now only on dependencies on other CPAN modules and
|
| Machine-Manipulatable Arguments for Module::Build | 11 Apr 2008 16:39 GMT | 10 |
http://xrl.us/bi6n9 (link to svn.berlios.de) is a functional spec for a way to tag and classify CPAN modules. Those tags and catgories should end up in the META.yml. However, inserting them by hand by editing the Build.PL will be: 1. Error-prone.
|