From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anshuman S. Rawat" Subject: perl wrapper for C Date: Tue, 27 Jul 2004 13:41:43 -0400 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <023301c47400$fb833ac0$3ef527a0@Viper> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hi, This might be the wrong list for this question - I have a C module for which I need to build a perl wrapper. Does anyone have any pointers on how to go about that? (the C module is itself dependent on a whole lot of other modules). Absolutely any help would be appreciated! Thanks.