in reply to RE: Inline.pm (Re: use lib 'http://perlmonks.org/perllib';)
in thread use lib 'http://perlmonks.org/perllib';
Note that you can use Inline.pm to produce a module. Then the Inline.pm magic produces XS code which gets distributed and installed in much the same way as any other module that includes C code. The only real difference would be if you wanted to change the C code after the module has been installed; Inline.pm should make that easier.
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. |
|---|