in reply to Re^3: FindBin works differently on Fedora Core 2?
in thread FindBin works differently on Fedora Core 2?

They give the same results, both appear to strip trailing spaces:

Fedora1:

$ perl5.8.3 -MCwd=abs_path -e 'print abs_path("/tmp/")' /tmp

Fedora2:

$ perl5.8.3 -MCwd=abs_path -e 'print abs_path("/tmp/")' /tmp

-sam

Replies are listed 'Best First'.
Re^5: FindBin works differently on Fedora Core 2?
by eserte (Deacon) on Jun 08, 2004 at 17:35 UTC
    Try it on /home/krang/, maybe it acts differently on this directory.
      Nope.

      -sam

        And using the perl debugger at all to find the different behavior?