in reply to Re^2: Parsing an Arbitrary "config" file (based on a "template"?)
in thread Parsing an Arbitrary "config" file (based on a "template"?)
This is great thanks!
I do see what you mean about it being a bit overpowered, but it is clean.
I especially like:
$value =~ s/\r?\n$//;
from your first example.
I wonder which will be more maintainable in the long run.
Thanks for the examples!
|
|---|