Hi,
I am trying to read a CSV file having data as following format.
name=system,serialno=3234234,post=serial,src=dynamic,......
I have more that 10 values like above. I have to read them with perl and parse them and print at the command line in the following way. They have to be seperated and print as a table with equal order.
name serialno post src
system 3234234 serial dynamic
I could parse them and got the values in my array. Please help me in arrianging this way in perl.
Thanks in advance
Venkat.
vxprasad@yahoo.com
I am trying to read a CSV file having data as following format.
name=system,serialno=3234234,post=serial,src=dynamic,......
I have more that 10 values like above. I have to read them with perl and parse them and print at the command line in the following way. They have to be seperated and print as a table with equal order.
name serialno post src
system 3234234 serial dynamic
I could parse them and got the values in my array. Please help me in arrianging this way in perl.
Thanks in advance
Venkat.
vxprasad@yahoo.com