Re: Date-DayOfWeek

2001-05-27 Thread Graham Barr
Um, If you have the date as a time value (There are several parsers out there to do this) You can do (localtime($time))[6] to get the day of the week Graham. On Sun, May 27, 2001 at 12:02:51AM -0400, Rich Bowen wrote: > In preparation for my talk at YAPC, I was trying to figure out what day of t

Re: Date-DayOfWeek

2001-05-27 Thread Rich Bowen
On Sun, 27 May 2001 10:02:06 +0100, Graham Barr said: > Um, If you have the date as a time value (There are several parsers out there to > do this) You can do (localtime($time))[6] to get the day of the week Sure, if you want to limit yourself to the range 1970 - 2038, which is hardly the most

PAUSE registration

2001-05-27 Thread Alexey V. Presnyakov
Hello! I want to be registered as module developer. NAME: Alexey Presnyakov EMAIL: [EMAIL PROTECTED] HOMEPAGE: will be available later PREFFERED USERID: avp DESCRIPTION: I have written Template Engine in Perl. It's rewrite of very usable Xtpl engine to Perl. Now I have:

Module submission Date::Discordian

2001-05-27 Thread Perl Authors Upload Server
The following module was proposed for inclusion in the Module List: modid: Date::Discordian DSLIP: Rdpfp description: Calculate dates in the Discordian calendar userid: RBOW (Rich Bowen) chapterid:6 (Data_Type_Utilities) communities: similar: rationale:

Module submission Date::DayOfWeek

2001-05-27 Thread Perl Authors Upload Server
The following module was proposed for inclusion in the Module List: modid: Date::DayOfWeek DSLIP: Rdpfp description: Calculate day of week for Gregorian dates userid: RBOW (Rich Bowen) chapterid:6 (Data_Type_Utilities) communities: similar: Date::Manip, Da

Module submission Date::Easter

2001-05-27 Thread Perl Authors Upload Server
The following module was proposed for inclusion in the Module List: modid: Date::Easter DSLIP: Rdpfp description: Calculate the date of Easter userid: RBOW (Rich Bowen) chapterid:6 (Data_Type_Utilities) communities: similar: Date::Christmas rationale:

Module submission Date::ISO

2001-05-27 Thread Perl Authors Upload Server
The following module was proposed for inclusion in the Module List: modid: Date::ISO DSLIP: Rdpfp description: Calculate dates in the ISO calendar userid: RBOW (Rich Bowen) chapterid:6 (Data_Type_Utilities) communities: similar: Date::Discordian rationa

Re: cpan / gtkperl madness

2001-05-27 Thread Andreas J. Koenig
> On Sun, 27 May 2001 15:26:49 -0400 (EDT), Matt Cashner <[EMAIL PROTECTED]> said: > got a cpan problem for you. there are now two gtkperl distributions with > two different maintainers. K/KJ/KJALB/Gtk-Perl-0.7000.tar.gz and > L/LU/LUPUS/Gtk-Perl-0.7006.tar.gz. - 0.7006 claims to depre

Module update for Pod::Tree

2001-05-27 Thread Perl Authors Upload Server
Record update in the PAUSE modules database: modid: [Pod::Tree] statd: [R] stats: [d] statl: [p] stati: [O] statp: [p] was [?] description: [Create a static syntax tree for a POD] userid: [SWMCD] chapterid: [ 2] mlstatus: [list] Data entere

Module update for News::Newsrc

2001-05-27 Thread Perl Authors Upload Server
Record update in the PAUSE modules database: modid: [News::Newsrc] statd: [R] was [a] stats: [d] statl: [p] stati: [O] statp: [p] was [?] description: [Manage .newsrc files] userid: [SWMCD] chapterid: [19] mlstatus: [list] Data entered by S

Module update for Set::IntSpan

2001-05-27 Thread Perl Authors Upload Server
Record update in the PAUSE modules database: modid: [Set::IntSpan] statd: [R] was [a] stats: [d] statl: [p] stati: [O] statp: [p] was [?] description: [Set of integers newsrc style '1,5-9,11' etc] userid: [SWMCD] chapterid: [ 6] mlstatus: [l

Module update for Set::Window

2001-05-27 Thread Perl Authors Upload Server
Record update in the PAUSE modules database: modid: [Set::Window] statd: [R] was [b] stats: [d] statl: [p] stati: [O] statp: [p] was [?] description: [Manages an interval on the integer line] userid: [SWMCD] chapterid: [ 6] mlstatus: [list]

usage of perl modules?!

2001-05-27 Thread bhuvanbk
hello sirs, We had done our own simple modules. We too are equipped with CGI modules. But infact, we doesn't know the way to use the same. Is there any source to find the description of its usage? Please let us know. Thankx in advance.