In article <[EMAIL PROTECTED]> wrote "Philip Newton"
<[EMAIL PROTECTED]>:
> On Wed, 13 Feb 2002 13:13:46 +0100, [EMAIL PROTECTED] (Andrea Holstein) wrote:
>
>> So I know, how to call the two procedures:
>> Lingua::DE::ASCII::to_ascii($text) and
>>
In article <[EMAIL PROTECTED]> wrote "Perl Authors Upload Server"
<[EMAIL PROTECTED]>:
> The following module was proposed for inclusion in the Module List:
>
> modid: WAP::wmls
> DSLIP: adpna
> description: WAP WMLScript compiler
> userid: PERRAD (Francois Perrad)
>
ns
>> DSLIP: idpfp
>> description: Transliterate german mutations with ASCII userid: HOLSTEN
>(Andrea Holstein)
>> chapterid: 11 (String_Lang_Text_Proc)
>> ...
>
> I think that Lingua::DE::ASCII would be the best, because it would be pretty obvious
&
In article <[EMAIL PROTECTED]> wrote "Perl Authors Upload Server"
<[EMAIL PROTECTED]>:
> The following module was proposed for inclusion in the Module List:
> modid: Errors::Errors
> ...
> similar:
>
> rationale:
>
> Unique "Errors" module. For any kind of programs,scripts and
In article <[EMAIL PROTECTED]> wrote "Perl Authors Upload Server"
<[EMAIL PROTECTED]>:
> The following module was proposed for inclusion in the Module List:
> modid: CGI::kSession
> DSLIP: RdpOg
> description: Sessions support without any depencies. userid: KRZAK (Marcin
>
In article <[EMAIL PROTECTED]> wrote "Perl Authors Upload Server"
<[EMAIL PROTECTED]>:
> The following module was proposed for inclusion in the Module List:
> modid: DBSchema::Normalizer
> DSLIP: bdpOg
> description: 1st to 2nd normal form DB table converter userid: GMAX (
Kirrily Robert wrote:
>
> Ricki writes:
> > The following module was proposed for inclusion in the Module List:
> >
> > modid: String::Trim
>
> How on earth is this worth writing a whole module for? Surely it's a
> single line of Perl to do what this module would do?
>
One reason could
Perl Authors Upload Server wrote:
>
> The following module was proposed for inclusion in the Module List:
>
> modid: Xaq
> DSLIP: cdpOp
> description: Web application framework
> userid: MIKO (Miko O'Sullivan)
> chapterid: 23 (Miscellaneous_Modules)
> communities:
Duncan Lamb wrote:
> Greetings,
>
> I wish to contribute a Perl module to CPAN,
> and I read in the FAQ that I should request an ID here.
> The module I wish to to contribute is a module to monitor
> images for Steganographic content.
> The basic page I have for it is here:
>
> http://www.d
Giuseppe Maxia wrote:
>
> ...
>
> I have written a module to facilitate the normalization of database tables.
> In short, it is an object that, given a short description for the normalization task
>to
> accomplish, will generate the necessary SQL code for getting the job done.
>
> ...
>
> The
Perl Authors Upload Server wrote:
>
> The following module was proposed for inclusion in the Module List:
>
> modid: Number::Phone::DE_mobile
> DSLIP: Rdpfg
> description: Check German Mobile Phone Numbers...
> userid: NETSRAK (Karsten Pawlik)
> chapterid: 11 (String
Scott McWhirter wrote:
>
> Oh yes,
>
> i forgot to mention that i'm hoping to do the following modules:
> Match::All
> Match::More_Than
>
> That is why i was wanting to create the new namespace Regexp::Match and then
> have those modules under it.
>
The Regexp::Match namespace and planned cont
Perl Authors Upload Server wrote:
>
> The following module was proposed for inclusion in the Module List:
>
> modid: Win32::InternetExplorer::Window
> DSLIP: adpOp
> description: Creation of floating IE windows
> userid: MZSANFORD (Matt Sanford)
> chapterid: 22 (Micr
Perl Authors Upload Server wrote:
>
> The following module was proposed for inclusion in the Module List:
>
> modid: Tie::Toggle
> DSLIP: Rdprp
> description: a scalar alternates between two values
> userid: BDFOY (brian d foy)
> chapterid:6 (Data_Type_Utilities)
>
Perl Authors Upload Server schrieb:
>
> The following module was proposed for inclusion in the Module List:
>
> modid: MeRLiN
> DSLIP: cmpOg
> description: MeRLiN - Making sites like magick
> userid: NEVES (Marco Neves)
> chapterid: 15 (World_Wide_Web_HTML_HTTP_CGI)
Perl Authors Upload Server wrote:
> The following module was proposed for inclusion in the Module List:
>
> modid: SENDMAIL
> DSLIP: SdpOg
> description: Simple Personal Mail Module
...
> similar:
> Mail-Sendmail
>
> rationale:
>
> This module is a good interfa
Perl Authors Upload Server wrote:
>
> The following module was proposed for inclusion in the Module List:
>
> modid: TAPORlib
> DSLIP: Rdpfg
> description: Module that contains some useful functions.
I hope, every module contain some useful functions
Please describe, which one
Ricki Stern wrote:
> a.. your name - Ricki Stern
> b.. your email address [EMAIL PROTECTED] =20
> c.. your homepage if you have one - don't have one
> d.. your preferred user-ID on CPAN. It must be between 4 and 9 =
> characters long, all uppercase, letters only. One dash allowed. - I =
>
Philip Newton wrote:
> > What you've written above, would I have written as
> > @foo = map { s/\s+/ /g } @bar;
>
> $_ is an alias to the original values inside map and grep, so your code
> above would have modified @bar. An equivalent using map might be
>
> @foo = map { my $x = $_; $x =~ s/\
Brian McCauley wrote:
>
> First contribution is a module to provide the apply BLOCK LIST
> function as decribed in a thread in comp.lang.perl.misc some time
> back:
>
> apply BLOCK LIST
>
> Similar to map in that it evaluates BLOCK setting $_ to each
> element of LIST in turn. appl
Tim Bunce wrote:
>
> > I don't know MRML :-((
> > But as you describe, that MRLM is an XML DTD ...
> > I first would imagine to create the namespace
> > XML::MRML.
>
> That approach is tempting but doesn't scale well as everything in
> the world gets its own DTD eventually...
>
> We have a simi
Perl Authors Upload Server wrote:
>
> The following module was proposed for inclusion in the Module List:
>
> modid: Format::Data::Dbf2Pdf
> DSLIP: Sdpfg
> description: Convert DBF file data to a PDF report
> ...
> rationale:
>
> The reason for choosing 'Format::Data'
Wolfgang Müller wrote:
>
> MRML is an XML DTD for shipping queries for multimedia servers. The goal is
> here to encapsulate queries in XML to improve interoperability in this
> quickly moving field of research.
>
> ...
>
> We think it would be useful for users of MRML to have MRML-specific mod
Tim Bunce wrote:
>
> > > I think MySQL::DateReformat might be a more appropriate module name.
> >
>
> > WRT the name (leaving aside the debate about usefulness!), I noted that
> > there is no 'MySQL' namespace on CPAN, sadly, but only 'Mysql' (even
> > 'mysql' would be better IMO) ... and there
Perl Authors Upload Server wrote:
>
> modid: Astro::Coords
>
>
> similar:
> Astro::Coord Astro::SLA
>
> rationale:
>
> This module provides an OO wrapper around Astro::SLA and, in the
> future, Astro::Coord. Both the aforementioned modules have
> coordinate t
Rizwan Majeed wrote:
>
> short Description:
>
> DeepCopy.pm
>
> The module is for copying recursively complex data structures involving
> large number internal nested references. Since, in equating two hashes or
> arrays we are equating the internal references directly and hence a change
> in o
Perl Authors Upload Server wrote:
>
> The following module was proposed for inclusion in the Module List:
>
> modid: WebTools
> DSLIP: Rdphp
> description: WebTools: Php for Perl
> userid: JLISHEV (Julian Lishev)
> chapterid: 15 (World_Wide_Web_HTML_HTTP_CGI)
> com
Perl Authors Upload Server wrote:
>
> The following module was proposed for inclusion in the Module List:
>
> modid: Getopt::constant
> DSLIP: Rdppp
> description: set constants from command line options
> userid: SBURKE (Sean M. Burke)
> chapterid: 12 (Opt_Arg_Param
Kirrily Robert wrote:
>
> In perl.modules, you wrote:
> >
> >The following module was proposed for inclusion in the Module List:
> >
> > modid: Games::NDGOL
> > DSLIP: bdpOg
> > description: Conway's game of life in N dimensions
> > userid: GUIDOPIAN (Steve Piantadosi)
> > c
Perl Authors Upload Server wrote:
> The following module was proposed for inclusion in the Module List:
>
> modid: Lingua::ES::Numeros
> DSLIP: bnphg
> description: Traslates numbers to spanish text
> userid: JREY (Jose Rey)
> chapterid: 11 (String_Lang_Text_Proc)
>
Perl Authors Upload Server wrote:
> Welcome Andrea Holstein,
>
> This is what we have stored in the database now:
>
> Name: Andrea Holstein
> email: [EMAIL PROTECTED]
> homepage:
> enteredby: Kurt D. Starsinic
>
There's a little mistake.
My emai
Hi,
I would like to register as a developper on CPAN. My Info:
Full Name: Andrea Holstein
Email: [EMAIL PROTECTED]
Preferred ID: HOLSTEN
Projects:
I just work for some linguistic parts for german.
My aim is to create a Knowledge Management Tool for German -
like for Intranets
32 matches
Mail list logo