Perl libaries

hi

i am quite new in ruby and i would like to know. is it possible to work
with a perl libary? can ruby interact with it.

Cause i am working on my OpenSrs Client and i got a Perl libary and
would help me a lot if i could use it.

thanks very much
max

max wrote:

hi

i am quite new in ruby and i would like to know. is it possible to work
with a perl libary? can ruby interact with it.

Cause i am working on my OpenSrs Client and i got a Perl libary and
would help me a lot if i could use it.

thanks very much
max

Directly? No.

You could take a look at the Inline::Ruby module, available on CPAN, but I
doubt it’s what you’ll need.

Ryan Davis has started an Inline module for Ruby, but there is no
Inline::Perl yet (that I know of).

By library, do you mean something home-grown, or a particular module?

Regards,

Dan

i mean the perl libary i got from tucows. it talkes with teh SRS server.
so i have to write small perl progs and communicate with them if it
doesn’t work :frowning:

but thanks a lot for your fast answer
max

This message has been automatically forwarded from the ruby-talk mailing list by a gateway at pragprog.com. If it is SPAM, it did not originate at pragprog.com. Please report the original sender, and not us. Thanks! wrote:

···

max wrote:

hi

i am quite new in ruby and i would like to know. is it possible to work
with a perl libary? can ruby interact with it.

Cause i am working on my OpenSrs Client and i got a Perl libary and
would help me a lot if i could use it.

thanks very much
max

Directly? No.

You could take a look at the Inline::Ruby module, available on CPAN, but I
doubt it’s what you’ll need.

Ryan Davis has started an Inline module for Ruby, but there is no
Inline::Perl yet (that I know of).

By library, do you mean something home-grown, or a particular module?

Regards,

Dan