[Chicago-talk] is there a perl which?

tiger peng tigerpeng2001 at yahoo.com
Wed Feb 8 06:46:45 PST 2006


I put an alias in my .profile or .kshrc.
It is from "Perl in a Nutshell". Piping its result to
grep or something else to get what you are looking
for.

alias lspm="find `perl -e 'print "@INC"'` -name '*.pm'
-print"


--- Jay Strauss <me at heyjay.com> wrote:

> On Wednesday 08 February 2006 12:25 am, Andy Lester
> wrote:
> > > Is there a function in Perl analygous to the
> Unix 'which', for
> > > saying where in
> > > the @INC it will find a package?
> >
> > Before it finds it?  Not that I know of.  But
> after it's loaded, yes,
> > you look in %INC.
> >
> 
> I like your way better.  I forgot about %INC.  
> 
> Thanks
> Jay
> _______________________________________________
> Chicago-talk mailing list
> Chicago-talk at pm.org
> http://mail.pm.org/mailman/listinfo/chicago-talk
> 



More information about the Chicago-talk mailing list