in reply to Code versus Config
That's not a very good explanation, is it? What Data::Dumper can do is turn an internal Perl data structure into a scalar of valid Perl code that can be stored on disk or in a database somewhere. Since it's valid Perl code, it's easily editable. Since it's a separate file, it can be changed without changing the script. Just another approach.
|
|---|