If I have a string
$s='ABC';
how can I split it into one-char-long-element-array like
@s=('A','B','C');
and, generally how can I access individual characters of a string variable?



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

Reply via email to