Phoenix.pm: Thursday Meeting Automated Pre-Announcement

Eden Li Eden.Li at asu.edu
Tue Feb 24 17:43:35 CST 2004



On Tue, 24 Feb 2004, Scott Walters wrote:
*snip*
> sub message {
>   my $thursdayith = $mday + 6;
>   my $tail = substr($thursdayith, -1, 1);
>   $thursdayith .= {
*snip*

You should change the first line of message() to this:

my $thursdayith = (localtime (time() + 6*24*60*60))[3];





More information about the Phoenix-pm mailing list