in reply to Arrays and strings
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; [download]
- Yes, I reinvent wheels. - Spam: Visit eurotraQ.