Dear friends,
Inside the perl script i will opening the file which is having three columns with pipe separated.
a|1|abc
b|2|bcd
c|3|one
Now i want to read the first record (a|1|abc), split the record and assign the each column values to some variable.
Can anybody help me in this ?
Thanks in advance
Jayakumar
Inside the perl script i will opening the file which is having three columns with pipe separated.
a|1|abc
b|2|bcd
c|3|one
Now i want to read the first record (a|1|abc), split the record and assign the each column values to some variable.
Can anybody help me in this ?
Thanks in advance
Jayakumar
Comment