Hi,
I have a problem. Im a new to perl, i want to make some simple perl script that parse text and save it to excel format or a text tab delimited. Here is the same text file.
101854 000 / 0 0 0 PR 0 ntserver-[1234] 192.168.0.9-[1234] de:6-19 kp:0-0 ed:0 oi:0 Du:0-0 TE:0-0 0 0 [] 0 0 INA:1191
.
.
.and so on
Now, i want to use perl so that i can open this in excel with each column. ex. 101954 has its column and 000 has its own column etc. etc.
I have a problem. Im a new to perl, i want to make some simple perl script that parse text and save it to excel format or a text tab delimited. Here is the same text file.
101854 000 / 0 0 0 PR 0 ntserver-[1234] 192.168.0.9-[1234] de:6-19 kp:0-0 ed:0 oi:0 Du:0-0 TE:0-0 0 0 [] 0 0 INA:1191
.
.
.and so on
Now, i want to use perl so that i can open this in excel with each column. ex. 101954 has its column and 000 has its own column etc. etc.