Re: trouble using to access hash values

2005-06-06 Thread Steve McQ
On Mon, 6 Jun 2005 11:41:59 -0400 (EDT) "Joseph Uri Podwol" <[EMAIL PROTECTED]> wrote: > $rate = $rates{$to} / $rates{from}; from should be $from. -- Steve McQ | http://www.tigertrails.com [EMAIL PROTECTED] | Linux Registered User: 294367 -- To unsubscr

Re: [OT] Is there a policy regarding subscrjbers with challenge/respo nse mail filters?

2005-06-06 Thread Steve McQ
> If everyone's message titles started with a standard string like > PerlBeginners, then I could write a rule for it. Every message contains: List-Id: in the headers. This can be used as an exception to your vacation message in pretty much every popular MUA. Cheers, Steve --