Try this one perl -MFile::Find=find -MFile::Spec::Functions -lwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'
On Tue, Aug 10, 2010 at 5:07 PM, ojha.la...@gmail.com <ojha.la...@gmail.com>wrote: > how to find path up to installled modules @ sun solaris box > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h...@perl.org > http://learn.perl.org/ > > >