Macperl and applescript

HI all,

I have macperl script .app file(.exe). I have wrriten the applescript. Now i need to include this macperl .app file. So that when i run the script, this .app file also should run.
I have searched in net. but i didnt get the relevant answer. instead what they specified is,

we can write macperl in applescript,
macperl::doscript(applescript). some thing like this.

But i already have perl script. All i need to do is include this app file in my applescript.

Any idea?

Thanks