Re: Perl Documentor

2004-10-08 Thread Chris Puccio
On Friday 08 October 2004 09:24 am, Jenda Krynicky wrote: > From: Chris Puccio <[EMAIL PROTECTED]> > > > Im looking for something opensource that can read in directories of > > perl source files, and build a nice web based output on the lines of > > what's use

Re: Perl Documentor

2004-10-08 Thread Chris Puccio
> Depending on how your code is done you might consider OODoc, which won't > do the variable thing, but it seems to be very good at documenting OOP > methods, etc. > > http://perl.overmeer.net/oodoc/ > > The documentation for Mail::Box is an incredible example. A very complex > suite of modules, do

Perl Documentor

2004-10-08 Thread Chris Puccio
Greetings, Im looking for something opensource that can read in directories of perl source files, and build a nice web based output on the lines of what's used at: http://www.oscdox.com/crossx/nav.html?_variables/index.html All I can find is single page generation, or batch generation, but not

Re: Dates are killing me..

2004-07-07 Thread Chris Puccio
Luke, Thanks!!! Works exactly as needed! -c On Wednesday 07 July 2004 09:41 am, Bakken, Luke wrote: > > Hi Guys, > > > > I'm having a real hard time trying to figure this out.. > > > > There are tons of modules on dates, etc, but I can't seem to > > find one to do > > what I need. > > > > I have

Dates are killing me..

2004-07-07 Thread Chris Puccio
Hi Guys, I'm having a real hard time trying to figure this out.. There are tons of modules on dates, etc, but I can't seem to find one to do what I need. I have one date, for example: 2004-07-07. I need to take that date, get Monday's date and Sunday's date where 2004-07-07 is between. Any s