On Thu, Jun 17, 2010 at 06:26, Aaron Wiebe <[email protected]> wrote: > I'm a little concerned by the reference to rulesets in the input > section of the example - there you've got an example of something > being referenced before its been declared. That can also be > confusing, even though I understand how that is being handled.
Being a Perl bigot myself, I actually prefer this approach. It eventually becomes less confusing - you only have to worry about scope rather than both order and scope. Only those deeply attached to more strict languages will find it confusing, and exercising that feature would be entirely user-dependent. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

