[Athens-pm] [Fwd: RFC greeklish]

Mark Pors mark at dreamzpace.com
Tue Oct 22 05:05:21 CDT 2002


cool!
It's on the site now: http://athens.pm.org/index.prl, but I can't make 
it the default page. Apache is probably set up to ignore .htaccess :-(
I'll make a request for that with the webmaster.

tnx
Mark

Alexander Karelas wrote:

>>I had a good time yesterday, I hope the same counts for you.
>>We even made some decisions:
>>
>>- from now on we will meet each 2nd Wednesday of the month, so the next 
>>meeting will be on 13 November. Time and location will be announced on 
>>the list. If there's anyone that wants to write a piece of code that 
>>calculates the date of the next meeting, please do, I'll include it in 
>>the frontpage.
>>
>
>#!/usr/bin/perl
>
>
>use Date::Calc qw( Nth_Weekday_of_Month_Year );
>
>
>
>($date, $month, $year) = (localtime(time))[3,4,5];
>
>$month++;
>
>$year += 1900;
>
>
>
>if ($date <= (Nth_Weekday_of_Month_Year($year,$month,3,2))[2]) {
>
>	print ((Nth_Weekday_of_Month_Year($year,$month,3,2))[2]."/$month/$year")    # "3"=Wednesday, "2"=2nd
>
>} else {
>
>	$month++;
>
>	if ($month==13) {
>
>		$month=1;
>
>		$year++;
>
>	}
>
>	print ((Nth_Weekday_of_Month_Year($year,$month,3,2))[2]."/$month/$year")
>
>}
>_______________________________________________
>Athens-pm mailing list
>Athens-pm at mail.pm.org
>http://mail.pm.org/mailman/listinfo/athens-pm
>
>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/athens-pm/attachments/20021022/3005f74f/attachment.htm


More information about the Athens-pm mailing list