Connecting Tech Pros Worldwide Help | Site Map

perl library for C++

  #1  
Old July 2nd, 2008, 07:55 PM
Peng Yu
Guest
 
Posts: n/a
Hi,

I'm wondering what is best perl library for C++.

I found http://www.perl.org/tpc/1998/User_Applications/When%20the%20STL%20Isn't%20Enough/paper.html

But that is too old. I'm wondering what is the most popular one now.

Thanks,
Peng
  #2  
Old July 2nd, 2008, 08:05 PM
Ivan Novick
Guest
 
Posts: n/a

re: perl library for C++


On Jul 2, 11:50*am, Peng Yu <PengYu...@gmail.comwrote:
Quote:
Hi,
>
I'm wondering what is best perl library for C++.
>
I foundhttp://www.perl.org/tpc/1998/User_Applications/When%20the%20STL%20Isn...
>
But that is too old. I'm wondering what is the most popular one now.
>
Thanks,
Peng
What is it you want to do: http://en.wikipedia.org/wiki/XS_(Perl) is a
standard package included with perl for interfacing with C/C++.

Ivan Novick
http://www.mycppquiz.com
  #3  
Old July 2nd, 2008, 08:15 PM
Sherman Pendley
Guest
 
Posts: n/a

re: perl library for C++


Peng Yu <PengYu.UT@gmail.comwrites:
Quote:
I'm wondering what is best perl library for C++.
For what? Embedding Perl in your C++ app, or extending Perl with an XS
module written in C++? For the former, there's only one libperl, so it
is the "best" by default.

For the latter, the Inline:: set of modules is pretty popular, and
require a bit less grunt work than the traditional ExtUtils::MakeMaker
approach. Have a look at Inline::CPP:

<http://search.cpan.org/~neilw/Inline-CPP-0.25/lib/Inline/CPP.pod>

sherm--

--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
  #4  
Old July 2nd, 2008, 11:25 PM
Peng Yu
Guest
 
Posts: n/a

re: perl library for C++


On Jul 2, 2:06 pm, Sherman Pendley <spamt...@dot-app.orgwrote:
Quote:
Peng Yu <PengYu...@gmail.comwrites:
Quote:
I'm wondering what is best perl library for C++.
>
For what? Embedding Perl in your C++ app, or extending Perl with an XS
module written in C++? For the former, there's only one libperl, so it
is the "best" by default.
>
For the latter, the Inline:: set of modules is pretty popular, and
require a bit less grunt work than the traditional ExtUtils::MakeMaker
approach. Have a look at Inline::CPP:
>
<http://search.cpan.org/~neilw/Inline-CPP-0.25/lib/Inline/CPP.pod>
I want to embed perl in my C++ app. I couldn't find any more recent
webpage for libperl than the one in my OP. Would you please let me
know whether this library is updated and where to download them?

Thanks,
Peng
  #5  
Old July 3rd, 2008, 02:45 AM
Sherman Pendley
Guest
 
Posts: n/a

re: perl library for C++


Peng Yu <PengYu.UT@gmail.comwrites:
Quote:
I want to embed perl in my C++ app. I couldn't find any more recent
webpage for libperl than the one in my OP. Would you please let me
know whether this library is updated and where to download them?
It's part of Perl. Have a look at "man perlembed" on any system that
has Perl installed.

sherm--

--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
source code to generate perl library wweiy answers 2 November 20th, 2007 03:16 AM
AFP library for Python Luca Masini answers 0 January 24th, 2007 02:15 PM
C library for handling templates reario answers 0 July 20th, 2005 07:23 PM
perl library for C beautifier? brett answers 0 July 19th, 2005 06:18 AM