On Monday 24 December 2007 19:40:46 James Keenan via RT wrote: > Is this solution too naïve? > > $> perl -Ilib/ -MFile::Which -le '$location=which('fink');print "loc: > $location";' > loc: /sw/bin/fink > > We have File::Which available to us in the Parrot distribution. Is > there some reason why it could *not* be used here?
Seems reasonable to me. -- c