At 17:23 28/02/01 -0000, you wrote:
>> 
>> Sorry, still don't get it!  Can I have it as a perl script?
>> 
>
>errrrrr...
>
>#!/usr/local/bin/perl
># find heretics meetings
>my @ary = localtime();
>print "meeting today!" if ($ary[6] ==4 && $ary[3] >1 && $ary[3] <9);
>
>
>Possibly....
>

OK, its 'meetings are held on the day after the first wednesday of the month'.

That makes perfect sense now,

Matt


Reply via email to