
July 25th, 2007, 02:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 11,753
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
Linux Perl Scripting in C Applications
Embedding an existing language gets you the benefits of an established language to expand the functionality of your application in a flexible way without users having to rebuild the application to use it. In this tutorial, you'll learn a process for embedding a scripting language into an application. You'll see how to build the application and how to provide wrapper functions that support full argument and return value support.
Read the full article here: Linux Perl Scripting in C Applications
|