in reply to RE: Re: use lib 'http://perlmonks.org/perllib';
in thread use lib 'http://perlmonks.org/perllib';
One big (for some) problem with Inline.pm is that it requires a working XS system. I really think this is the right way to do things, but it means that Inline won't work unless MakeMaker is working and you have a C compiler. If you compiled your own copy of Perl (as intended), then this should be no problem for you and Inline appears to kick arse (for one thing, I can tell just from reading the documentation that the authors knew what they were doing).
But there is a huge audience of Perl users who don't necessarilly have a C compiler and, even if they do, they have to do extra work to get MakeMaker working. These are people who download binary Perl distributions for platforms with poor standardization. Most notably, Win32 users are unlikely to be able to use Inline.pm.
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Inline.pm (Re: use lib 'http://perlmonks.org/perllib';)
by extremely (Priest) on Sep 18, 2000 at 00:32 UTC | |
by tye (Sage) on Sep 18, 2000 at 02:01 UTC | |
|
RE: Inline.pm (Re: use lib 'http://perlmonks.org/perllib';)
by merlyn (Sage) on Sep 17, 2000 at 12:46 UTC | |
by tye (Sage) on Sep 17, 2000 at 20:48 UTC |