>-----Original Message----- >From: Jonathan Rockway [mailto:[EMAIL PROTECTED] > >Pearce, Martyn wrote: >> It is? How so? >> > >Don't top-post. It ruins the flow for people trying to reply to you.
Fair point, apologies. I blame outlook, which I use only under protest. >To answer your question, see >http://use.perl.org/~Aristotle/journal/33995 . > >FWIW, I (and thousands upon thousands of others) have used FindBin for >years without problems. However, it is annoying if you run >into an edge >case that doesn't work. I never have though. In fact, I've >even gotten >away with things like 'use lib "$Bin/../lib"' working across >platforms :) Me too. Having read the note, I see "completely broken" means "has a weird edge case that may not work right in certain not-so-common environments, but works great 95% of the time". That it has a bug is a useful, if not entirely surprising relevation (it is, after all, software). But the statement made in the journal, that "FindBin is utterly broken", seems to be crying wolf. Mx.