Mark C. Ballew wrote:
> X-Mailer: Evolution 2.0.0 

Ha ha. Evo 2!  :)

> Since December is a busy time of the year for everyone, I was thinking
> about doing an RLUG Christmas party like we do every year instead of
> the December meeting. 
> 
> Last year members donated items for a raffle to raise money for the
> group, along with a group dinner and drink fest at the Great Basin
> Brewery. Much fun was had by all.
> 
> Would there be any interest in this?

Dear Mark,

  sub party {
      my $event = shift;
      if ( $event->has($Beer) and $event->has($Geeks) ) {
          if ( $event->has($WiFi) ) {
              rsvp "yes";
          }
          else {
              rsvp "probably";
          }
      }
  }

Love,
Tim

_______________________________________________
RLUG mailing list
[EMAIL PROTECTED]
http://lists.rlug.org/mailman/listinfo/rlug

Reply via email to