http://qs321.pair.com?node_id=513104


in reply to system() does not wait

If you take care of any global variables, you don't need to use system to call another perl script. You can set up @ARGV and use do.

Caution: Contents may have been coded under pressure.