On Sat, Mar 11, 2006 at 11:09:25PM -0600, Steven Stern wrote:
> I can't find anything with rpm -qa |grep perl tha tlooks like list-util 
> or anything similar. Where would the XS file be?

That depends on your install.  I'd look at the directories for @INC (and
PERL5LIB if you have it set) via "perl -V", then do a find in those
directories for "List*" and "Util*".  Something like:

$ find /usr/lib/perl5 -name "List*" -o -name "Util*" -print
[...]
/usr/lib/perl5/5.8.6/List/Util.pm
[...]

-- 
Randomly Generated Tagline:
"Zero equals Zero"               - Prof. Farr

Attachment: pgpo1qC49H4sy.pgp
Description: PGP signature

Reply via email to