in reply to Re: Re: running an outside script
in thread running an outside script

If you haven't already resolved this, you might try:

$return = qx(/path/to/perl external.pl);

Update:I didn't see Aristotle's answer till after.