On Thu, Mar 26, 2009 at 9:51 AM, <[email protected]> wrote: > How to achieve a parser with Perl? > I mean I want to put some logic (if...else, loop etc) in config file and let > perl to parse them, like TCL for iRules. > > thanks. >
I've used the following in the past and it works very well. http://search.cpan.org/~tlinden/Config-General-2.31/General.pm > > > -- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > http://learn.perl.org/ > > -- [ Rodrick R. Brown ] http://www.rodrickbrown.com http://www.linkedin.com/in/rodrickbrown -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
