in reply to String into Array

if you just want 1 letter per element then simply do
$string = 'hello'; @array = split(//, $string);

hope this helps

-bn

-----BEGIN PERL GEEK CODE BLOCK----- Version: 0.01 P+>+++( )$c->++P6 R++>+M >+$O >++MA+>++E >+PU >++BD >+++C+$D++$S+++>++++$X!WP+> ( )MO!PP++++n+>++CO-->+++PO-o >++G >+++A >+++OL!OLC+>++OLR+>++Ee!Ev!Eon+uL+++>*$ uB+$uS+$uH+$uo+$w-->---m! ------END PERL GEEK CODE BLOCK------