Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: integrating Perl into a C program... that uses threads

by Roger (Parson)
on Sep 27, 2003 at 13:50 UTC ( [id://294642]=note: print w/replies, xml ) Need Help??


in reply to integrating Perl into a C program... that uses threads

As a C programmer, be sure to check out the GNU libraries first! GNU has most of the stuff you need.

You don't need to embed Perl in your C code. You need to use a native C regular expression library.

Go and have a look at the GNU Rx library here. This is probably what you are looking for.

PS. Are you using GLib for your C programming? If not, I suggest you check out GLib too. Believe me, you will save a lot of development time by using the GLib library.

  • Comment on Re: integrating Perl into a C program... that uses threads

Replies are listed 'Best First'.
Re: Re: integrating Perl into a C program... that uses threads
by ogilvy88 (Initiate) on Sep 27, 2003 at 16:48 UTC
    thanks folks ... I'll check out both of those resources. cheers, Ogilvy

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://294642]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 05:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found