Hi,<br><br>Supposing that perl code A calls up perl code B to do a check before continuing it's own execution, i have two questions:<br><br>1. How do I call perl code B from A? Using system()?<br>2. How do I return the answer from B to A? Writing to file?<br><br>Thanks