Re: splitting the string.

2002-03-22 Thread Jim Conner
I know many have probably answered this but Im just going down my email list. Here is the answer: @asplit = split(//,$a); That should be it. - Jim At 22:41 03.20.2002 -0800, Raja Gopal wrote: >Hello Perl Experts, > > I want to split the string $a ="abcdef"; >as @asplit = ("a","b","c","d",

RE: splitting the string.

2002-03-21 Thread Nisim, Amit
just do $a ="abcdef"; @asplit = split //,$a; Amit -Original Message- From: Raja Gopal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 8:41 AM To: [EMAIL PROTECTED] Subject: splitting the string. Hello Perl Experts, I want to split the string $a ="abcd

RE: splitting the string.

2002-03-21 Thread Veeraraju_Mareddi
$a ='abcdef'; @arr = split(//,$a); print "@arr"; > -- > From: Raja Gopal[SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 12:11 PM > To: [EMAIL PROTECTED] > Subject: splitting the string. > > Hello Perl Expe

splitting the string.

2002-03-21 Thread Raja Gopal
Hello Perl Experts, I want to split the string $a ="abcdef"; as @asplit = ("a","b","c","d","e","f"). Is this possible. Kindly provide your valuable inputs. Thank you very much. Regards, Rajagopal __ Do You Yahoo!? Yahoo! Movies - coverag