On Sun, 01 Oct 2000 11:18:58 +0200, Bart Lateur wrote:

>           my @a = split /:/, "", -1;

Oops. that should be 

            my @a = split /:/, $_, -1;

-- 
        Bart.

Reply via email to