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


in reply to Split on field length

And here is another way:
($owners =pack ('A45', $owners)) =~ s/ [^,]*? $//x;