Darek Dwornikowski wrote:
> One question, If i wont to write perl bindings for some library what
> should i use ? I am thinking about bindings for rsbac.

SWIG is probably a good start, although it doesn't play well with CPAN
(it can be made to, though).  Otherwise there's h2xs if you want to
write a real XS binding.  Check out the manual pages for each.

-- 
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
  • Bindings Darek Dwornikowski
    • Re: Bindings Jonathan Rockway

Reply via email to