> -----Original Message----- > From: Badai Aqrandista [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 01, 2005 3:49 AM > To: inline@perl.org > Subject: Re: calling Perl method from C > > Just out of curiousity, which one should I use? C or C++? My > skill of both languages is rusty, so I need to learn any > language that I would use.
I tend to always use C, just because I find it easier to integrate with perl. But I tend to keep all the code in perl that I can, and only use C when I really have to. If you have large-scale stuff to do, I guess you might find C++ better than C, if you're well-experienced in using the extra stuff C++ adds in order to manage large-scale apps. -Ken