> 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: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> http://learn.perl.org/

Signature
[ Rodrick R. Brown ]
http://www.rodrickbrown.com http://www.linkedin.com/in/rodrickbrown
--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/