in reply to Perl Script Engine
I was wondering if a module existed to help with custom script language parsing and execution.
I doubt that this is the right way to look at the issue you have. A better design or a better way to look at the problem, is to allow the user to configue the action. If the action is complex enough, XML could be a good idea.
Your script simply parse the XML file, and call various functions you already implemented as instructed.
This really should not resolve to the creation of some one-time only mini-language, when a general tool like XML is available.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Script Engine
by adrianh (Chancellor) on Jan 23, 2004 at 15:24 UTC |