| Thread | Last Post | Replies |
|
| To publish on CPAN or not? And architectural q. on modules. | 29 Nov 2007 20:55 GMT | 2 |
I have written a module which facilitates the remote control of certain amateur radio equipment (Icom radios). Now I am contemplatinmg publishing them not only on my own website (TBD), but also on CPAN. The questions I have:
|
| Mutual Circular Module Dependencies | 29 Nov 2007 19:23 GMT | 1 |
How do I avoid problems with modules that depend on each other - without getting function redefined errors etc. e.g. I have two classes in two modules. Once called country one called town. Both call functions in the other so both have to 'use' the other
|
| Batch Renaming a group of files in a directory. | 29 Nov 2007 06:58 GMT | 6 |
I am trying to write a perl script to rename files from one format to another. example: 300006784-2007-11-27-22-40.dat to new name of 6784-071127-3.drt
|
| Side effects of overloading quotes "" | 28 Nov 2007 20:45 GMT | 1 |
I overloaded the quotes '""' in my class by using use overload ('""' => \&getDesc); I was hoping it will allow me to write print ("Hello from object $obj.\n");
|
| XML::XPath delete function | 28 Nov 2007 19:51 GMT | 2 |
Hi, I have to delete a node from a XML document, I am using XML::XPath, but I haven't found a function that do that. Do this function exist in that module?, if not how can I do that?. Thank you.
|
| XML::LibXML::Common does not install Common.pm | 28 Nov 2007 17:43 GMT | 1 |
I am trying to install XML::LibXML and I am failing to install because I think XML::LibXML::Common is not copying the files into the locations it is claiming in its' output. I was wondering if I could have some help troubleshooting this. Output of the install is below.
|
| BackPAN mirror owners: please delete Finance::FuturesQuote | 27 Nov 2007 17:37 GMT | 2 |
Hello and apologies for the cross-posting. PLEASE TRIM FOLLOW-UPS TO PERL-QA ONLY. All other non-discussion queries regarding this matter may be directed to cpan@perl.org
|
| Namespaces | 27 Nov 2007 11:21 GMT | 1 |
I am thinking about registering a new namespace for an application I am writing. The instrucations on PAUSE say to discuss on 'modules' but the mailing lists indicate that this is a closed list. Since Module-Authors seemed to be begging for traffic, I subscribed
|
| Namespace question: ok if I use Text::Locale | 27 Nov 2007 10:21 GMT | 2 |
I'm writing a module that I dubbed "Text::Locale" for now. I am thinking about publishing it on CPAN. It roughly goes something like this: use Text::Locale
|
| List::oo - object interface to list methods | 26 Nov 2007 21:03 GMT | 6 |
A reason to use lambda! Actually, the reason I though of lambda in the first place. Some of you might remember discussing this some time ago when I was hoping to call it list.pm. Due to the tragedy of the namespace, that
|
| YA CSV parser | 25 Nov 2007 20:47 GMT | 4 |
I wrote a streaming CSV parser yesterday because I couldn't find a CSV parsing module that does what I want (despite the plethora of available choices). The parsing rules are pretty simple: 1) At the start of a field, if you find a quote string, eat the quote
|
| Class::Std causing compilation errors | 25 Nov 2007 15:23 GMT | 1 |
I'm getting some strange problems with a couple of simple Class::Std modules I'm working on. Either module works fine by itself, but when I reference one from the other I get warnings and errors at compile time. My test script doesn't do anything except use one of the modules:
|
| autoconf-like work in Build.PL - detecting OS features | 22 Nov 2007 22:11 GMT | 1 |
I'm writing a Perl wrapper around Linux's ppoll() system call. The requirements here are OS = Linux Kernel version >= 2.6.16
|
| Tk / Nick Ing-Simmons | 22 Nov 2007 18:36 GMT | 5 |
I notice that since Nick Img-Simmons' sad passing Tk seems unmaintained. It certainly doesn't build on 5.10. I wonder if anyone knows the status of it and whether anyone is considering maintaining it? I think that it's important to Nick's memory that his code is not
|
| XML::XSLT does not accept an absolute path | 16 Nov 2007 21:38 GMT | 5 |
I've run into a bug in XML::XSLT. If you give it an .xsl file by an absolute name, it fails with the message: Error while parsing: no element found at line 1, column 0, byte -1 at C:/Perl/site/lib/XML/Parser.pm line 185
|