For some reason, I'm stuck with integers in Parrot. I read data from a file where the first char is a letter and the rest is a digit. readline or read wont work with integers, I cannot set it, I cannot store it in a hash and access it. There is a very short section about Type Morphing in Perl 6 Essentials but not really too clear on how to achieve something like this.. Oh well, I'll get around somehow.
set Ix, Sy
.
Re:set should do it
Beatnik on 2004-01-15T08:04:10
Thanks.. That worked fine. Now I need to find a fix for the rest of my bugs.