in reply to Re^4: parse lisp style config
in thread parse lisp style config
Why not just make your config a perl data structure?
Because parsing Perl in a safe way is hard. You don't want to execute the "rm -rf /" in $config={ foo => `rm -rf /` }.
See also:
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: parse lisp style config
by cavac (Prior) on Dec 05, 2024 at 13:26 UTC |