Samples on invoking perl scripts from ruby

Hi,

Can some one point me to sample scripts that will invoke perl scripts
from ruby script?

Thanks,
babu

On May 28, 3:18 am, babu [email protected] wrote:

Hi,

Can some one point me to sample scripts that will invoke perl scripts
from ruby script?

I don’t think there’s anything much more sophisticated than using
system, IO.popen and that sort of thing.

Fred