On Mon, Oct 20, 2008 at 9:26 AM, Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Mon, Oct 20, 2008 at 02:25:55PM +0100, Nicholas Clark wrote: >> >> $ ./perl -le 'print "$^X on $^O"' >> /home/nick/p4perl/perl/perl on linux >> >> $ ./perl -le 'print "$^X on $^O"' >> ./perl on freebsd
Unfortunately there's also the behavior when $PATH is searched: $ perl -le 'print "$^X on $^O"' perl on darwin Perhaps we should only transform to an absolute path when it contains one or more slashes? -Ken