Re: matching and parsing commands

2007-11-16 Thread Tom Phoenix
On 11/15/07, alok nath <[EMAIL PROTECTED]> wrote: >Is it possible to write some kind of grammars for the command and parse it > ? Probably. Have you seen Parse::RecDescent? http://search.cpan.org/dist/Parse-RecDescent/ Cheers! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe,

matching and parsing commands

2007-11-15 Thread alok nath
Hi, I have list of commands that needs to be called.I am calling the commands in through multiple scripts.The number of commands are quite large and some commands have multiple options and parameters. I wanted to verify now whether my scripts covers all the commands and its availabl