What I need is some way for the plug-in the know where Main.pl is at in the execution process. And then I need it to be able to feed something into Main.pl when it reaches that point in the process (the point it's waiting for would be defined within the plug-in).
The whole reasoning behind this is that I work with a community that creates modifications for a very large script. The modifications can be applied automatically to the script's source files via a program written in Delphi that's been created for the community. However, the modifications work on the basic premise of "look for this line, then add this code after it," or "look for this line, and change it to this."
Well, if you install one mod that looks for a line of code and then changes it, and then attempt to install another mod looking to add something after the original line, it's not going to work because the original line was changed by the first mod. Plus, as easy as it is, people still have trouble understanding how to actually install these mods.
A plug-in system would eliminate the changing of the original source files, and hopefully prevent some of the compatibility issues within the community.
So does that make a little more sense? I hope so. Has nothing to do with templates or html at all, just to clarify. Thanks for taking the time.
In reply to Re: Inserting one script's info into another script's output
by SleepyDave
in thread Inserting one script's info into another script's output
by SleepyDave
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |