Eliyah Kilada wrote:

Hi,
I've the string
$s="101001000";
I need to access each bit in this string individually(i.e.,1 and 0 ,....etc). In other words, I need a method to convert $s to array like @arr, in which @arr[0]=1, @arr[1]=0 ,@arr[2]=1;...

Your help is highly appreciated.
Thanks And Regards,
Eliyah




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to