in reply to Re^2: convert a given dir name to its absolute path
in thread convert a given dir name to its absolute path

opps I mixed two method. Ignore my mail. I will check this Cwd
  • Comment on Re^3: convert a given dir name to its absolute path

Replies are listed 'Best First'.
Re^4: convert a given dir name to its absolute path
by azaria (Beadle) on Dec 22, 2005 at 13:01 UTC
    good that works - use Cwd 'fast_abs_path'; print fast_abs_path("../.."); Thanks azaria