What ia alternative for split in Perl
- by joe
a file contains
a: b
d: e
f: a:b:c
g: a
b
c
d
f:g:h
h: d
d:dd:d
f
How to parse this file into lethand side values into one array and right hand side to another array . i tried with split . but i am not able to get it back