Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Inline::C

by Tyke (Pilgrim)
on Feb 21, 2001 at 17:32 UTC ( [id://59915]=note: print w/replies, xml ) Need Help??


in reply to First contact with XS passing arrays, or: Request for a tutorial

Since you asked for more info in the CB.:

"Inline::C is a module that allows you to write Perl subroutines in C". There a whole cookbook available with plenty of examples, everything from a 'hello world' to calling up Windows Messages boxes. The C module is generated, compiled and cached, the first time it is invoked. If you modify the C code, it rebuilds the cached module automagically.

You can pick it up from CPAN (including cookbook). The whole thing even works on Windoze, (though if you're using ActiveState's perl, you'll need to have Visual Studio).

Enjoy...

Replies are listed 'Best First'.
Re: Inline::C
by jeroenes (Priest) on Feb 21, 2001 at 17:45 UTC
    Aha, thank you Tyke! The cookbook discusses all the problems I was referring to. Well, if only I would have found that earlier....

    Jeroen
    "We are not alone"(FZ)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found