| Thread | Last Post | Replies |
|
| HTML::CalendarMonth doesn't pass 3rd test | 31 Mar 2005 17:44 GMT | 2 |
I'm trying to install HTML::CalendarMonth but it fails at 3rd test: ######################### CPAN Terminal> install HTML::CalendarMonth
|
| CGI popup_menu does not change default selection | 31 Mar 2005 00:06 GMT | 6 |
According to the doc, -default argument to popup_menu sets the default selection. It does not seem to work for me. I carefully examined the list of values and the value of -default.
|
| Should DSLIP codes be updated? | 30 Mar 2005 23:55 GMT | 11 |
Some food for thought and debate. I'm wondering if the DSLIP codes [1] be updated, if revamped altogether. Note the following issues: S (Support Level): * Web-site forums (separate from cpanforum site)
|
| Using HTTPS with LWP::UserAgent = Bad Service | 30 Mar 2005 22:42 GMT | 1 |
I'm trying to access https://www.nodeworks.com/ through a proxy which requires a proxy username and password. The code I have is as follows: #!/usr/bin/perl use strict;
|
| Converting dates | 30 Mar 2005 13:48 GMT | 1 |
I would like to know if there is a perl module I could use to convert the following date CCYYDDD where DDD is the day of the year into CCYYMMDD Please advise as I havent been able to find it in cpan
|
| Module for simple processing of "log" files | 30 Mar 2005 11:06 GMT | 5 |
I've found myself writing the same script again and again for a client. Given a set of log files, if such and such field match such and such condition, then process them in a certain way. I've put the logic in a module, and I'm now looking for a name for it. I'd also like
|
| Soap::Lite Cant get array of results? | 30 Mar 2005 06:49 GMT | 1 |
I have a web service that returns <soap:Envelope ...> <soap:Body> <myOperationResponse xmlns="nyService">
|
| Problem with LWP and Google API | 29 Mar 2005 16:00 GMT | 3 |
Hello, I am trying to use the Goodle API in a CGI Perl script. I basically did as the example said: my $key='KEYGOESHERE'; #my $query="foo";
|
| Should I keep META.yml under Version Control? | 28 Mar 2005 16:29 GMT | 1 |
I'm maintaining several modules on CPAN: http://search.cpan.org/~shlomif/ At the moment I'm using ExtUtils::MakeMaker for all of my modules. It generates and maintains a META.yml file that contains meta-information about
|
| PerlMagick, Annotate, and Webdings | 27 Mar 2005 03:52 GMT | 5 |
I am trying to Annotate an image with a character from the Webdings font. I am running on a FreeBSD 5.3 box and all appropriate libraries are installed. I can Annotate just fine with say an Arial font, but when I want a special character from Webdings, it doesn't work. Below
|
| Need Perl/CGI Programmer for Shopping Cart/E-commerce Tool | 26 Mar 2005 13:16 GMT | 4 |
Hello Perl Gurus: Looking for someone who wants to be a partner in a joint venture to develop, market and support a Unix-based shopping cart. I have over 10 years in software/hardware marketing and product management.
|
| Seeking Namespace Advice (MVS OS/390 Mainframe Util.) | 25 Mar 2005 09:55 GMT | 1 |
I'm just about to finish up a module that someone might find useful. It emulates two utilities found on IBM Mainframes, IEBUPDTE and IEBPTPCH. For a general discussion, lets just say that these two utils are similar to tar/untar. I wrote them so that I can bundle local
|
| subdomain.domain.tld regexp? | 25 Mar 2005 09:40 GMT | 3 |
Is there a module that can split a given host in a subdomain, domain, tld part? e.g. www.google.com => www google com
|
| 3rd party modules | 25 Mar 2005 08:48 GMT | 6 |
I am a beginner in Perl. hope it doesn't sound silly. If i install a 3rd party module somewhere in @INC, then call it in my own script. when I run my script on a different machine, do I need to install that module on the 2nd machine too?
|
| Seeking Namespace Advice (MVS OS/390 Mainframe Util.) | 24 Mar 2005 23:03 GMT | 1 |
I'm just about to finish up a module that someone might find useful. It emulates two utilities found on IBM Mainframes, IEBUPDTE and IEBPTPCH. For a general discussion, lets just say that these two utilities are similar to tar/untar. I wrote them so that I can
|