On Nov 13, 10:26 am, [EMAIL PROTECTED] (Sharan Basappa) wrote: > Just an update. I have installed to a new location and can see the > following files > > /u/basappas/local/perl/Algorithm-Permute-0.06/ > Algorithm Changes Makefile.PL Perm2.pl Permute.o pm_to_blib typemap > bench lib MANIFEST Permute.bs Permute.pm share > blib Makefile META.yml Permute.c Permute.xs test.pl
You haven't installed anything. You've downloaded and untarred/ gunzipped the source. You still have to run perl Makefile.PL make make test make install That final command will copy the installed module to the real library directory. THAT is the path that you need for use lib. perldoc perlmod for more information Paul Lalli -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/