RE: mime lite

2004-06-05 Thread Christopher Lyon
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, June 04, 2004 1:42 PM > To: [EMAIL PROTECTED] > Subject: RE:mime lite > > Does anyone see anything logically wrong with my code b/c I am still not > receiving the correct data in the email. The data i

RE: perl mysql question

2004-04-27 Thread Christopher Lyon
Thanks, That did it! > -Original Message- > From: Daniel Staal [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 11:36 AM > To: Perl Beginners > Subject: RE: perl mysql question > > --As of Tuesday, April 27, 2004 8:30 AM -0700, Christopher Lyon is a

RE: perl mysql question

2004-04-27 Thread Christopher Lyon
> -Original Message- > From: Daniel Staal [mailto:[EMAIL PROTECTED] > Sent: Monday, April 26, 2004 8:54 PM > To: Perl Beginners > Subject: Re: perl mysql question > > --As of Monday, April 26, 2004 5:30 PM -0700, Christopher Lyon is alleged > to have said: >

perl mysql question

2004-04-26 Thread Christopher Lyon
Not sure if I should post this to beginners or not but there it goes. I have 10+ tables with some of the same information in each in table of a mysql database. Here is an example: Table 1 namecount -+--- Widgets-A| 10  Widgets-B| 5 Widgets-C| 10 Widgets-D

RE: Is there a better way to?

2003-10-13 Thread Christopher Lyon
I have given that a try and it doesn't work all that great. It seems to be more suited for the To or CC fields and not the from. > -Original Message- > From: simran [mailto:[EMAIL PROTECTED] > Sent: Monday, October 13, 2003 9:12 PM > To: Christopher Lyon >

Is there a better way to?

2003-10-13 Thread Christopher Lyon
I have a line of text that I want to pull an e-mail address out from. Is this the best way to pull that information from that line? $user = 'From: "First Last Name" <[EMAIL PROTECTED]>'; @addy = split(/ Also, how do you handle if the email is in brackets like so? $user = 'From: "First Last Na