Parsing a text file in unix using perl having name and value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • meetu3181
    New Member
    • Dec 2009
    • 1

    Parsing a text file in unix using perl having name and value

    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
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    What have you tried?

    Comment

    • RonB
      Recognized Expert Contributor
      • Jun 2009
      • 589

      #3
      (s)he was given 2 answers yesterday, but never responded and since then has posted this question on several other forums.

      Comment

      Working...