I know this has already been answered, but usually you can do things more
efficiently on the string itself...what are you trying to do?

Tanton
----- Original Message -----
From: "Erik Browaldh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 09, 2002 7:24 AM
Subject: transforming strings to an array of characters


> hi everyone!
>
> if  I have a string, lets say
> $word="perl";
>
> I want to copy this so I have something like this:
> @word_list["p","e","r","l"]
>
> also, how do I get the length of @word_list?
>
> thanks in advance!
> Erik
>
>
>
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


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

Reply via email to