cvsuser 01/11/17 09:50:03 Modified: P5EEx/Blue/P5EEx/Blue datetime.pod Log: added a reference to the datetime mailing list Revision Changes Path 1.2 +17 -0 p5ee/P5EEx/Blue/P5EEx/Blue/datetime.pod Index: datetime.pod =================================================================== RCS file: /cvs/public/p5ee/P5EEx/Blue/P5EEx/Blue/datetime.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- datetime.pod 2001/11/16 23:21:38 1.1 +++ datetime.pod 2001/11/17 17:50:03 1.2 @@ -218,5 +218,22 @@ Date::Calc has an object-oriented interface. +=head1 FURTHER RESEARCH + +For further research on Date and Time modules in Perl, you can +subscribe to the [EMAIL PROTECTED] mailing list. + + http://lists.perl.org/showlist.cgi?name=datetime + +You can also start up the CPAN shell and look for other +Date and Time modules. + + perl -MCPAN -e shell + i /Date/ + i /Time/ + +Be warned. You may likely be overwhelmed. (That's why this +document was written.) + =cut
