http://qs321.pair.com?node_id=1102577


in reply to Re: Regular Expression to Extract Anything from Colon Delimited String
in thread Regular Expression to Extract Anything from Colon Delimited String

This did the trick:
my ($a,$b,$c,$d,$e,$f,$g,$h,$i) =split(/:/,$line);
Thanks.