in reply to Re^3: Recover a path from a config file
in thread Recover a path from a config file

I meant i have to not modify my config.file. I have to keep it unchanged.
*****Lost in translation****TIMTOWTOI****
  • Comment on Re^4: Recover a path from a config file

Replies are listed 'Best First'.
Re^5: Recover a path from a config file
by haukex (Archbishop) on Jun 06, 2016 at 13:39 UTC

    Hi Chaoui05,

    I meant i have to not modify my config.file. I have to keep it unchanged.

    The code I showed doesn't modify the config file. It reads the contents of the config file into a Perl string and then modifies that string, leaving the file on disk unchanged.

    Hope this helps,
    -- Hauke D

      Hi haukex,

      With Perl you can ;-)

      I thought you meant i can modify it with Perl.. a misinterpretation.

      I will review that

      *****Lost in translation****TIMTOWTOI****