Of course I do... That's what I get when sending mail through a web-base interface that doesn't like HTML text (of course, I wrote the damn thing, so I should be kicking myself in the ass right now...
Anyway, thanks for pointing that out ;) -- Chris Garaffa use perl; use Signature::Improved; my %contact_info = ( name => "Chris Garaffa", email => "[EMAIL PROTECTED]", work => "[EMAIL PROTECTED]", cell => "203.803.9066" ); He who calles himself "Jeremy Vinding" (from <[EMAIL PROTECTED]>) wrote on 7/8/02 11:32 AM: >> Chris Garaffa >> use perl; >> my %contact_info = ( name = "Chris Garaffa", >> email = "[EMAIL PROTECTED]", >> work = "[EMAIL PROTECTED]", >> cell = "203.803.9066" ); > > i think you mean to use => instead of = > > :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]