Jonathan Peterson
Wed, 28 Feb 2001 09:10:14 -0800
> > 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....