From marc.weinmann.lwed at statefarm.com Sat Oct 12 13:41:19 2002 From: marc.weinmann.lwed at statefarm.com (Marc Weinmann) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] test message.... Message-ID: Skipped content of type multipart/alternative From marc.weinmann.lwed at statefarm.com Sat Oct 12 15:46:53 2002 From: marc.weinmann.lwed at statefarm.com (Marc Weinmann) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] this list is depricated Message-ID: Skipped content of type multipart/alternative From tom.moser.lk39 at statefarm.com Tue Oct 22 08:52:26 2002 From: tom.moser.lk39 at statefarm.com (Tom Moser) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] Perl Quiz Message-ID: Skipped content of type multipart/alternative From marc.weinmann.lwed at statefarm.com Tue Oct 22 09:07:18 2002 From: marc.weinmann.lwed at statefarm.com (Marc Weinmann) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] next meeting... Message-ID: Skipped content of type multipart/alternative From pawinan at ilstu.edu Tue Oct 22 09:23:08 2002 From: pawinan at ilstu.edu (Phil Winans) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] next meeting... In-Reply-To: Message-ID: On Tue, 22 Oct 2002, Marc Weinmann wrote: > Questions: > > --Where are we meeting next month? Wednesday Nov 6th 7:30 at ?????? We had > talked about a new place(that I can't remember its name). Crazy Planet Kitchen. http://www.week.com/gotta/archive/planet.html It's at 414 N Main, deep in the heart of downtown Bloomington bar country. Across the street from "Coffee Hound" which is a new coffee shop in downtown Bloomington. Here's a map: http://uniquelybloomington.bizland.com/mapdirectory.htm Phil From pawinan at ilstu.edu Tue Oct 22 09:45:17 2002 From: pawinan at ilstu.edu (Phil Winans) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] Website updated Message-ID: I've updated the web site with the next meeting time and a link to the map. Phil From marc.weinmann.lwed at statefarm.com Tue Oct 22 14:04:19 2002 From: marc.weinmann.lwed at statefarm.com (Marc Weinmann) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] Website updated Message-ID: Skipped content of type multipart/alternative From pawinan at ilstu.edu Tue Oct 22 16:51:07 2002 From: pawinan at ilstu.edu (Phil Winans) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] Another Website Update Message-ID: I've just added the following link to the web page for the mailing list http://mail.pm.org/mailman/listinfo/bloomington-normal-pm, replacing the old instructions to email majordomo@hfb.pm.org. Maybe the easy-to-use web interface will encourage more subscribers. Who knows what happens if someone emails majordomo@hfb.pm.org now that we use the new list management system... On a side note, I've been in a system administration daze all day today, so on bloomington-normal.pm.org, I typed "sudo vi index.shtml" without realizing that it's not a system I administer. Oops. Hope they don't read their logs. Phil From tom.moser.lk39 at statefarm.com Thu Oct 24 07:30:48 2002 From: tom.moser.lk39 at statefarm.com (Tom Moser) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] FW: Perl Quiz-of-the-Week #2 Message-ID: Skipped content of type multipart/alternative From pawinan at ilstu.edu Thu Oct 24 08:54:08 2002 From: pawinan at ilstu.edu (Phil Winans) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] FW: Perl Quiz-of-the-Week #2 SPOILER In-Reply-To: Message-ID: Here's what I came up with... works with dates between 1902 and 2037. use Time::Local; use constant SECONDS_IN_DAY => 60 * 60 * 24; use strict; sub days_diff { my @dates = @_; my %months; @months{ qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec) } = 0..11; my @times = map { my ($mon, $day, $year) = (split)[1..3]; timegm(0, 0, 0, $day, $months{$mon}, $year); } @dates; return ( ($times[1] - $times[0]) / SECONDS_IN_DAY ); } print days_diff("Wed Oct 16 2002", "Wed Oct 23 2002"), "\n"; print days_diff("Wed Oct 16 2002", "Tue Oct 16 2001"), "\n"; From tom.moser.lk39 at statefarm.com Thu Oct 24 09:58:01 2002 From: tom.moser.lk39 at statefarm.com (Tom Moser) Date: Mon Aug 2 21:24:26 2004 Subject: [Bloomington-normal-pm] FW: Perl Quiz-of-the-Week #2 SPOILER Message-ID: Skipped content of type multipart/alternative From marc.weinmann.lwed at statefarm.com Tue Oct 1 09:30:01 2002 From: marc.weinmann.lwed at statefarm.com (Marc Weinmann) Date: Tue Aug 3 23:56:33 2004 Subject: Meeting tomorrow @ 7:30 .... Message-ID: Skipped content of type multipart/alternative From marc.weinmann.lwed at statefarm.com Tue Oct 1 15:55:04 2002 From: marc.weinmann.lwed at statefarm.com (Marc Weinmann) Date: Tue Aug 3 23:56:33 2004 Subject: mailing list switch? Message-ID: Skipped content of type multipart/alternative From pawinan at ilstu.edu Tue Oct 1 16:23:45 2002 From: pawinan at ilstu.edu (Phil Winans) Date: Tue Aug 3 23:56:33 2004 Subject: mailing list switch? In-Reply-To: Message-ID: On Tue, 1 Oct 2002, Marc Weinmann wrote: > Wayne Walker(the admin of the pm.org systems) sent an e-mail saying he'd > prefer all the groups move to the 'mailman'. Its a mailing list software > written in python... I say if its what he prefers the groups do that > we run with it. Or setup our own list on another system. > > Any thoughts? If we can have a web interface for our list that we can all access, I think we should go for it. And I'd like to remain using a mailing list provided by pm.org-- that makes it easier for pm.org people to contact us, for new people to find the mailing list, and it's less likely to break. Phil --- Bloomington-Normal Perl Mongers User's Group -Send List commands to: majordomo@hfb.pm.org -Send List posts to: bloomington-normal-pm@hfb.pm.org From unixdown at unixdown.com Thu Oct 3 11:21:58 2002 From: unixdown at unixdown.com (unixdown) Date: Tue Aug 3 23:56:33 2004 Subject: New User Accounts Message-ID: <5.1.0.14.0.20021003100828.00b6e408@unixdown.com> Hey everyone, Usernames and passwords have been added to the machine. Be sure to change your password when you login. If you don't remember your password, drop me a line. Everyone is part of the "www" group. The p3r1.com site sits in /var/www/p3r1.com Your personal directories (p3r1.com/~user) sit in /var/www/user) There are symbolic links in your home directory for all these locations. There are 2 web servers running. Port 80 is a plain-jane apache install with mod_ssl. Port 8080 is the mod_perl server and also has mod_ssl and PHP. There is port forwarding setup, so you don't have to worry about using p3r1.com:8080 to hit the mod_perl server. Just let me know what locations you need to run on mod_perl and I can add the proxy directives. Let me know if you have any troubles with permissions, or need to get anything installed under root. p3r1.com 12.215.140.60 (ports 8080, 80, and 22 are available) Thanks Zach --- Bloomington-Normal Perl Mongers User's Group -Send List commands to: majordomo@hfb.pm.org -Send List posts to: bloomington-normal-pm@hfb.pm.org From marc.weinmann.lwed at statefarm.com Fri Oct 4 07:38:14 2002 From: marc.weinmann.lwed at statefarm.com (Marc Weinmann) Date: Tue Aug 3 23:56:34 2004 Subject: advertising the group Message-ID: Skipped content of type multipart/alternative From marc.weinmann.lwed at statefarm.com Tue Oct 8 08:27:42 2002 From: marc.weinmann.lwed at statefarm.com (Marc Weinmann) Date: Tue Aug 3 23:56:34 2004 Subject: advertising the group Message-ID: Skipped content of type multipart/alternative From egabriel at CERN.CH Thu Oct 10 14:29:47 2002 From: egabriel at CERN.CH (E-Business News) Date: Tue Aug 3 23:56:34 2004 Subject: Insider Secrets of Investing Message-ID: <000019ec4d5f$00007ca4$00005bce@lab408-1.cc.ntu.edu.tw> An HTML attachment was scrubbed... URL: http://mail.pm.org/archives/bloomington-normal-pm/attachments/20021010/ae749870/attachment.htm