provided you mean character-by-character if the string is unicode.while ($mystring=~ /(.)/gs) { my $char= $1; &do_whatever_with ($char); }
In reply to Re: Process string as Array
by ambrus
in thread Process string as Array
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |