AGENDA for GR.PM, June 24 99

Matt Heusser mattandap at allegan.net
Thu Jun 24 15:40:25 CDT 1999


Another Agenda is attached in ASCII and
Word Format ... sigh ...


Matt H.
"Integrity, Service before self, 
  and Excellence in all we do."
     - The USAF Core Values
-------------- next part --------------
Grand Rapids Perl Mongers
Meeting Agenda for June 24, 1999
Meeting Place:  GR Public Library @ 6:00PM

I. Introductions & review of last month's minutes

II. Old Business

	A.  GR.PM.Scribe 

	B.  The E-mail List

III. New Business & Presentations

	A.  The Newsreader Script 
		- By David Hoppe dhoppe at triton.net

	B.  Regular Expressions
            - By Matt H. mattandap at allegan.net

            C.  The White Camel Awards

	D.  Next Month's Agenda Items
		- Ideas (De-Mystifying the Debugger?)

E. The Next Meeting - Time/Place



Addendum:  Last Month's Minutes as a script:
#!C:\bin\perl\perl.exe
#52899Agenda.pl, a Win32 Perl Script
#Syntax:
# perl 52899Agenda.pl > outfile.txt

$minutes[1] = "Grand Rapids Perl Mongers\n";
$minutes[2] = "28 May, 1999\n";
$minutes[3] = "SteelCase Corporate HQ, 11:30-1:00PM\n";
$minutes[4] = "\n\n\n";
$minutes[5] = "A.  Introductions and review of last month's items\n\n";
$minutes[6] = "B.  A Gentle Stroll Through Perl\n";
$minutes[7] = "   - Bill Gathen (Bgathen\@Usxchange.com)\n";
$minutes[8] = "Bill took us through some of Chapter 1 of Learning Perl\n";
$minutes[9] = "The Source of which is now on the Web Page\n\n";
$minutes[10] = "C. The Grand Community Calendar - By Steve Johnson\n";
$minutes[11] = "   - Steve Johnson steve\@bbdltd.com\n";
$minutes[12] = "Community Service Opportunities exist for Perl Programmers on \n";
$minutes[13] = "The Grand Community Calendar.  http://www.grandcommunity.net/gcc \n\n"; 
$minutes[14] = "D. Next Meeting\n";
$minutes[15] = "The Next Meeting will be Thursday, June 24 at 6:00PM at the \n";
$minutes[16] = "Grand Rapids Public Library.  Bill Ott is point of contact: \n";
$minutes[17] = "mailto:bott\@grapids.lib.mi.us \n";
$minutes[18] = "\n\n\n";

for ($Idx=1;$Idx<19;$Idx++) {
  print $minutes[$Idx];
}

##-EOF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: GRPerlJune24.doc
Type: application/msword
Size: 27648 bytes
Desc: not available
Url : http://mail.pm.org/archives/grand-rapids-pm-list/attachments/19990624/3616e563/GRPerlJune24.doc


More information about the grand-rapids-pm-list mailing list