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

Hello ,

Thanks for your approach. It's a very interesting to use regex . I didn't think about that even if i have to learn more about them.

Concerning do i use, i have to employ that to read my file.

I didn't know it can be dangerous to use do or  eval. The advantage of my conf.file is the format because it uses Perl.

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

Replies are listed 'Best First'.
Re^3: Recover a path from a config file
by Anonymous Monk on Jun 07, 2016 at 08:32 UTC

    The advantage of my conf.file is the format because it uses Perl.

    Think of it like a perl program, because it is a perl program, use/require/do/eval, they all run perl programs like "perl"

    The assumptions/conventions are different, but its full perl interpreter, unrestrained

      Yes Anonymous Monk

      Iam thinking this conf.file like a perl program because it is.

      Thanks

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