| Thread | Last Post | Replies |
|
| Re: distributed/centralized META.yml data | 30 Oct 2007 16:06 GMT | 1 |
----- Original Message ----
> From: Andy Lester <andy@petdance.com> > To: Eric Wilhelm <scratchcomputing@gmail.com> > Cc: module-authors@perl.org |
| OO list module | 23 Oct 2007 00:14 GMT | 11 |
I was getting tired of chasing down parenthesis in nested map, split, join, map,map,map type of operations and thinking about how ruby and python express these in more of a chained/pipe syntax due to their builtin list objects (and how they seem to get it just slightly wrong
|
| Spanish fiscal identifier validator | 15 Oct 2007 15:09 GMT | 1 |
I would like to publish a validator of Spanish fiscal identifiers (NIF, NIE, CIF) but don't see any existing namespace where it fits. Do you have name suggestions? -- fxn
|
| RFC: String::Smart | 14 Oct 2007 00:11 GMT | 6 |
Here's something I've been mulling for probably about eight years without doing anything about it. Particularly in web applications - but in other areas too - people regularly make a complete mess of escaping / unescaping strings. At
|
| CPAN security | 13 Oct 2007 23:41 GMT | 5 |
I was reading over Jifty last last night and about how it depends on fifty or so CPAN modules. And also noted the suggestion for installation: perl -MCPAN -e 'install Jifty'
|
| net::ssh::Perl connecting to f-secure ssh server | 13 Oct 2007 20:34 GMT | 1 |
I asked this on the wonderful Perlmonks site and am repeating here incase the one with the answer is here and not there.... We need to write a script that will connect to a softswitch (Ericsson), run commands retrieving output to files and sometimes using some of that
|
| lambda - a shortcut for sub {...} | 13 Oct 2007 04:57 GMT | 22 |
http://search.cpan.org/~ewilhelm/lambda-v0.0.1/lib/lambda.pm
 Signature "Insert random misquote here" ---------------------------------------------------
|
| Building Text::Iconv on Windows | 12 Oct 2007 23:33 GMT | 4 |
I'm the author of the Text::Iconv module. Quite often I'm getting requests from Windows users about building Text::Iconv on Windows, probably because a binary version is not available from ActiveState. I'd like to help, but since I don't have access to a Windows system, I
|
| Problem using use CGI and LWP modules together | 11 Oct 2007 20:49 GMT | 3 |
I am trying to develop a script to run on a web server. It uses the modules GD to do stuff with images CGI to get the parameters from the URI
|
| relative.pm vs import.pm | 11 Oct 2007 14:44 GMT | 5 |
Did anyone mention import.pm in these threads? http://search.cpan.org/~mikeking/import-1_01/import.pod --Eric
|
| RFC: String::Smart | 11 Oct 2007 12:20 GMT | 5 |
Here's something I've been mulling for probably about eight years without doing anything about it. Particularly in web applications - but in other areas too - people regularly make a complete mess of escaping / unescaping strings. At
|
| New OO module idea - looking for suggestions | 11 Oct 2007 12:16 GMT | 4 |
I've been working on a module that provides encapsulation, inheritance and strong typing. I know there are several OO frameworks already in CPAN, but I have not seen any that implements the OO principles that strictly. The module I'm proposing will provided private, protected
|
| RFC: relative.pm | 09 Oct 2007 11:30 GMT | 45 |
Following a suggestion by a coworker, I wrote the following module: NAME relative - Load modules with relative names DESCRIPTION
|
| Compile problem: Curses::Widgets | 05 Oct 2007 19:51 GMT | 7 |
I have a problem compiling the Curses::Widgets module. I'm on Slackware 12.0 if that matters. The Curses module compiled OK and passed the testing phase. The 'perl Makefile.PL' step seems OK. The 'make test' seems OK too, but when
|
| Term::Clui in modlist/User_Interfaces/Term ? | 05 Oct 2007 09:23 GMT | 1 |
Greetings. http://search.cpan.org/modlist/User_Interfaces/Term shows modules like Term::TUI and Term::Shelly, but not my favourite module Term::Clui ... What's the missing link ? What should I do to have Term::Clui mentioned in modlist/User_Interfaces/Term ?
|