in reply to Returning int64_t value from C++ to Perl

You can: Adding a C API to Math::Int64 (I am the author ;-) is in my TODO list. update: DONE!

Replies are listed 'Best First'.
Re^2: Returning int64_t value from C++ to Perl
by dl.kudish (Initiate) on Sep 15, 2008 at 07:06 UTC
    Hi, Thanks a lot. Now I am using external module Math::Int64. Thanks D. L. Kumar