Hi All,
I am new to perl.I need to parse a text file in unix which is having data like this .I need to to store each value in a seperate variable.
The TXT FILE TO BE PARSED:
HTTP_PORT = 7779
SSL = FALSE
User = beeadmin
Password = Welcome1
Enterprise_Name = US
I need to store each value in a seperate variable how can I achieve this.
Thanx,
Meetu
I am new to perl.I need to parse a text file in unix which is having data like this .I need to to store each value in a seperate variable.
The TXT FILE TO BE PARSED:
HTTP_PORT = 7779
SSL = FALSE
User = beeadmin
Password = Welcome1
Enterprise_Name = US
I need to store each value in a seperate variable how can I achieve this.
Thanx,
Meetu
Comment