Dudy Rudianto <[EMAIL PROTECTED]> wrote: > can anyone show me how to import c library in perl program.
You usually need to write some glue with XS. Have a look at: $ perldoc perlxstut Or the SWIG and Inline XS-generators: http://www.swig.org http://search.cpan.org/author/INGY/Inline-0.44/Inline.pod > does perl use curses.h in c? No. There's a Curses module on CPAN, if that's what you're looking for. -- Steve perldoc -qa.j | perl -lpe '($_)=m("(.*)")' -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]