in reply to Run one perl script from another?
I would just refactor your form processing script so that it contains a function that takes the parsed data and inserts it into the database. Both the form processing code and the text parsing code could then call this same function.
-guinex
|
|---|