pushing csv vaules into hash

2006-03-09 Thread Curt Shaffer
I am really stuck here. I need to split values from a csv value and push them into an array, then perform a routine for all of them in a foreach statement. In this example I am reading an email address, a username and a password and needing to send each user listed in the csv a mail to the email ad

RE: pushing csv vaules into hash

2006-03-09 Thread Ryan Frantz
> -Original Message- > From: Curt Shaffer [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 10:36 AM > To: beginners@perl.org > Subject: pushing csv vaules into hash > > I am really stuck here. I need to split values from a csv value and push > them int

Re: pushing csv vaules into hash

2006-03-09 Thread Shawn Corey
Curt Shaffer wrote: I am really stuck here. I need to split values from a csv value and push them into an array, then perform a routine for all of them in a foreach statement. In this example I am reading an email address, a username and a password and needing to send each user listed in the csv

Re: pushing csv vaules into hash

2006-03-09 Thread Michael David
- Original Message - From: "Curt Shaffer" <[EMAIL PROTECTED]> To: Sent: Friday, March 10, 2006 2:36 AM Subject: pushing csv vaules into hash I am really stuck here. I need to split values from a csv value and push them into an array, then perform a routine for