I want to be a perl developer!

2001-09-01 Thread Jason Spence
your name: Jason Spence your email address: [EMAIL PROTECTED] your homepage if you have one: http://lightconsulting.com/~thalakan/code.html your preferred user-ID on CPAN: thalakan a short description of what you're planning to contribute: modules that people will find useful

Поздравления для modules@perl.org

2001-09-01 Thread Global Marketing
Çäðàâñòâóéòå! Ïîçâîëüòå ïîçäðàâèòü Âàñ ñ çàìå÷àòåëüíûì ïðàçäíèêîì - Äíåì ãîðîäà.  ýòîò çíà÷èìûé äëÿ âñåõ ìîñêâè÷åé äåíü æåëàåì Âàì èñïîëíåíèÿ ñàìûõ çàâåòíûõ æåëàíèé. Ïóñòü æèçíü òå÷åò ïî Âàøåìó ñöåíàðèþ. Êîìïàíèÿ "Global Marketing" www.global-marketing.ru

registration request

2001-09-01 Thread Jade E. Deane
Name: Jade E. Deane Email address: [EMAIL PROTECTED] Homepage: http://vista.riven.net/~moose Preferred user-id: JADEDEANE Description: I plan to publish numerous personal works. Most notably Weather Fetch (weather reporting), and a network services/security toolkit.

Re: New interface styles

2001-09-01 Thread Kurt D. Starsinic
On Fri, Aug 31, 2001 at 11:08:09AM -0400, Kirrily Robert wrote: > In lists.projects.perl.modules, you wrote: > >I believe this was discussed a while ago, but no action was taken. > > > >Two new interface styles are needed. > > > >First is 'p' for 'pragma'. This is for things like > >Lingua::Roman

Re: New interface styles

2001-09-01 Thread Kirrily Robert
On Sat, Sep 01, 2001 at 08:02:33AM -0700, Kurt D. Starsinic wrote: | > >The second is 'o' for 'other'. A lot of stuff just doesn't fit. | > >Test::Inline lets you put code in POD. What the hell kind of | > >interface is that? | | I don't see how that affects what kind of interface it is. I

Registration

2001-09-01 Thread Acid Walker
Name: Nilson S. F. Junior Email: [EMAIL PROTECTED] Homepage: not yet Preferred user-ID: NILSONSFJ Description: I'm planning to contribute mostly with Win32 modules, at least in a short term perspective, maybe some Term stuff and other personal projects.

Re: New interface styles

2001-09-01 Thread Michael G Schwern
On Sat, Sep 01, 2001 at 08:02:33AM -0700, Kurt D. Starsinic wrote: > > >The second is 'o' for 'other'. A lot of stuff just doesn't fit. > > >Test::Inline lets you put code in POD. What the hell kind of > > >interface is that? > > I don't see how that affects what kind of interface it is. I

Author Registration

2001-09-01 Thread J. J. Horner
Please register me as a developer on PAUSE. J. J. Horner [EMAIL PROTECTED] http://www.2jnetworks.com/~jhorner/ USERID - jjhorner I plan to contribute mainly mod_perl related modules. Thank you, JJ -- J. J. Horner "H*","6d6174686c696e40326a6e6574776f726b732e636f6d" ***

User update for SHERZODR

2001-09-01 Thread Perl Authors Upload Server
(This Mail was generated by the server http://pause.perl.org/pause/authenquery;ACTION=edit_cred automatically) Record update in the PAUSE users database: userid: [SHERZODR] fullname: [Sherzod Ruzmetov] asciiname: [] email: [[EMAIL PROTECTED]] was [[EMAIL PROTECTED]] homepage

Re: New interface styles

2001-09-01 Thread Graham Barr
On Sat, Sep 01, 2001 at 08:02:33AM -0700, Kurt D. Starsinic wrote: > On Fri, Aug 31, 2001 at 11:08:09AM -0400, Kirrily Robert wrote: > > In lists.projects.perl.modules, you wrote: > > >I believe this was discussed a while ago, but no action was taken. > > > > > >Two new interface styles are needed

Re: New interface styles

2001-09-01 Thread Michael G Schwern
On Sat, Sep 01, 2001 at 10:19:07PM +0100, Graham Barr wrote: > > > >The second is 'o' for 'other'. A lot of stuff just doesn't fit. > > > >Test::Inline lets you put code in POD. What the hell kind of > > > >interface is that? > > > > I don't see how that affects what kind of interface it is

New OO interface to handle time

2001-09-01 Thread Winfried Truemper
Hi, I wrote a set of modules to deal with time in an object oriented fashion. Example: use Time::OO; my $time = Time::OO->new(); $time->import(time()); $time->month->next(); # oh isn't this "becautiful" ;) print $time->as_string("%d.%m.%Y %H:%M:%S\n"); #