in reply to Glue C library to Perl

What library? Is it for fun or for profit? Have you checked on CPAN? Give us some more details please :)

Ciao, Valerio

Replies are listed 'Best First'.
Re: ^2 Glue C library to Perl
by leonb (Novice) on Mar 23, 2004 at 15:42 UTC
    This is a company project. I am going to be paid for it. We are using a Support Center application and need to post data to one of the tables. The table contains encrypted data, but the supplier provides a C library, code sample and library header files to use as examples to post to the table. I have been through CPAN and see that I need to work with XSUB, but need more detail.