anilkumar has asked for the wisdom of the Perl Monks concerning the following question:

hi floks, i want to use perl in my c++ appliction & i find that libperl++ will be use full wrapper to complete my job. where can i get libperl++.lib ,please let me know. thanks in advance

Replies are listed 'Best First'.
Re: where can i get the libperl++ library
by vkon (Curate) on Aug 18, 2007 at 06:03 UTC
    there's no libperl++.lib thing, all C++ users link against ordinary libperl.lib, which is perfectly possible.
Re: where can i get the libperl++ library
by randyk (Parson) on Aug 18, 2007 at 19:06 UTC