| Thread | Last Post | Replies |
|
| newbie question: how to change documentation | 30 Apr 2007 23:00 GMT | 5 |
I have just uploaded my first module. I have read that there is an exception from the rule "never the same file again" concerning docu files (an *.html file is my case). But I could not find (if possible at all) how can I change a documentation file that is part of my module ...
|
| Plans: New module for event registering and raising. | 30 Apr 2007 10:00 GMT | 1 |
I'm about to start work on what should (initially) be a fairly simple API for allowing modules to register for events within an application. I think it's best explained with a simple code example, based on the intended use for this application.
|
| LWP With Privoxy | 30 Apr 2007 06:36 GMT | 1 |
LWP doesn't seem to want to work through Privoxy (privoxy.org). Privoxy is up and running fine through a normal browser and my script works fine without Privoxy, but I can't get them working together. Here is my code:
|
| OO filename abstraction module? | 28 Apr 2007 06:38 GMT | 1 |
I'm thinking of using a filename as a unique identifier and I'm wondering if there is a module on CPAN (in those 1483 search results) that I can't seem to find which provides some kind of OO filename abstraction.
|
| Module Proposal: Parse::Reversible | 25 Apr 2007 22:28 GMT | 28 |
The requirement for this module came about intially because I was thinking about how to handle virtual URLs in websites; for example: /photos/album12/photo17.jpg This will fetch the 17th photo from the 12th album, by whatever method
|
| IO::Socket::INET nonblocking confusing | 25 Apr 2007 21:58 GMT | 1 |
I am confused with the IO::Socket module When I attempt to open a "blocking" udp socket with the following lines: my $sock = new IO::Socket::INET(
|
| Problem Parsing Huge XML file using XML::Twig | 24 Apr 2007 17:23 GMT | 2 |
I am trying to parse a Huge XMLfile using XML::Twig.The part of XML file is as following:- This is a sample code:- -------------------------------------------------------------------------------------------------------------------------
|
| Perl on Windows | 23 Apr 2007 06:06 GMT | 3 |
I need to write to the eventlogs and Im trying to install 'libwin32' on windows. * nmake is installed * Visual Studio C++ is installed for the cl compiler
|
| Testing with older Perls | 22 Apr 2007 14:12 GMT | 2 |
I have a module that has "use 5.008" because its never been tested (by me) on earlier versions. Not supprisingly it failed automatic testing on earlier versions on submission to CPAN. I'd like to fix this, but not so much that Im going to load up earlier versions.
|
| echo die > Makefile.PL | 22 Apr 2007 10:02 GMT | 14 |
If META.yml says you need Module::Build and I don't provide a Makefile.PL, wouldn't that be a good time to install Module::Build? Should I just put a die in Makefile.PL to avoid this silly "we're obviously missing the required build system but we'll try to pretend
|
| XML file parser | 20 Apr 2007 20:05 GMT | 5 |
What is the best module to use for reading in an XML file, modifying a field and then writing it back to file? There seem to be a lot of XML parsers out there.... Thanks,
|
| Net::DNS | 20 Apr 2007 15:08 GMT | 3 |
On a Linux system: cpan2rpm etc. rpm -i /usr/src/redhat/RPMS/i386/perl-Net-DNS-0.59-1.i386.rpm error: Failed dependencies:
|
| Module Proposal: Finance::QuoteOptions | 19 Apr 2007 21:37 GMT | 2 |
I am considering writing a perl module to retrieve options prices. I've done my homework and can't seem to find anything similar in CPAN. I see that Finance::Quote will retrieve prices for an individual option. I need something that will retrieve *all* current options and prices for ...
|
| Perl MakeMaker - how to force Perl linking with the static C library (libcrt.lib) instead of dynamic C library (msvcrt.lib) | 19 Apr 2007 09:41 GMT | 1 |
I'm building a Perl extension (dll in Windows XP) using ExtUtils::MakeMaker. This dll needs to link with other libraries that were built in static mode (-MTd).
|
| [RFC] HTML::Dashboard (Spreadsheet-like formatting for HTML tables) | 17 Apr 2007 12:42 GMT | 2 |
I am looking for comments on a new Perl module. The purpose of the module is to take a data set (e.g. from a DB query), apply a bunch of formatting rules, and render the resulting information in the form of an HTML table.
|