I want to change a whole word to an array without splitting it using some regular character, like ":".
Use an empty pattern then:
my @array = split //, $string;
- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.
In reply to Re: Arrays and strings
by Juerd
in thread Arrays and strings
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |