Hi Rahul

Show what attempts you have done before asking for help ok ... how do you 
plan to grow. Anyway this is what you are looking for


$string ="rahul;john;hary;brian;raj;dolly;jim;";

my @a = split(/;/, $string);

foreach $item (@a)
{
         print "$item\n";
}

Regards

Joel

At 01:18 PM 7/17/2001 +0530, Rahul Garg wrote:
>Hello Everybody,
>
>$string ="rahul;john;hary;brian;raj;dolly;jim;
>
>What i want to do is parse the string and put different names in a 
>separate variable..............How!!!!!!!!!!!!!!!!!!!!!
>
>Thanx in advance,
>Waiting for Reply............................


--------------------------------------------------------------
QuantumLink Communications, Bombay, India



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to